#8424CB

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

Shades of Blue Violet #8424CB

Tints of Blue Violet #8424CB

Color information

#8424CB (or 0x8424CB) is unknown color: approx Blue Violet. HEX triplet: 84, 24 and CB. RGB value is (132,36,203). Sum of RGB (Red+Green+Blue) = 132+36+203=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #8424CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8424CB is #7BDB34. Grayscale: #535353. Windows color (decimal): -8117045 or 13313156. OLE color: 13313156.

HSL color Cylindrical-coordinate representation of color #8424CB: hue angle of 274.49º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8424CB is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13236203-
CMYK0.350.8200.20
HSL274.49º69.87%46.86%-
HSV(B)274.49º82.27%79.61%-
XYZ20.9310.4857.42-
YUV83.74195.3162.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 36 (14.45% from 255) = 9.70%
BLUE value IS 203 (79.69% from 255) = 54.72%
R=35.58%
G=9.70%
B=54.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132362030.350.8200.20274.4969.8746.86
Hex8424CB2352014112462f
Octal204443134312202442210657
Binary100001001001001100101110001110100100101001000100101000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8424CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8424CB; }

 p { color: rgb(132,36,203); }

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

<style>
 a { background-color: #8424CB; }

 a { background-color: rgb(132,36,203); }

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

<style>
 span { border-color: #8424CB; }

 span { border-color: rgb(132,36,203); }

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