#9633FD

Color #9633FD Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9633FD

Tints of Blue Violet #9633FD

Color information

#9633FD (or 0x9633FD) is unknown color: approx Blue Violet. HEX triplet: 96, 33 and FD. RGB value is (150,51,253). Sum of RGB (Red+Green+Blue) = 150+51+253=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #9633FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9633FD is #69CC02. Grayscale: #666666. Windows color (decimal): -6933507 or 16593814. OLE color: 16593814.

HSL color Cylindrical-coordinate representation of color #9633FD: hue angle of 269.41º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9633FD is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15051253-
CMYK0.410.8000.01
HSL269.41º98.06%59.61%-
HSV(B)269.41º79.84%99.22%-
XYZ31.4915.9494.35-
YUV103.63212.3161.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 33.04%
GREEN value IS 51 (20.31% from 255) = 11.23%
BLUE value IS 253 (99.22% from 255) = 55.73%
R=33.04%
G=11.23%
B=55.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal150512530.410.8000.01269.4198.0659.61
Hex9633FD29500110d623c
Octal22663375511200141514274
Binary10010110110011111111011010011010000011000011011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9633FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9633FD; }

 p { color: rgb(150,51,253); }

 H1.HeaderClassName
 {
   color: #9633FD;
 }
 .AnyTagClassName
 {
   color: #9633FD;
 }
</style>
background-color css

<style>
 a { background-color: #9633FD; }

 a { background-color: rgb(150,51,253); }

 div.DivClassName
 {
   background-color: #9633FD;
 }
 .BgClassName
 {
   background-color: #9633FD;
 }
</style>
border-color css

<style>
 span { border-color: #9633FD; }

 span { border-color: rgb(150,51,253); }

 td.TdClassName
 {
   border-color: #9633FD;
 }
 .TagClassName
 {
   border-color: #9633FD;
 }
</style>