Html Css Color HEX #8424CC Blue Violet

📋 copy color: '#8424CC'

red 132 ◦ green 36 ◦ blue 204

#8424CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8424CC

Tints of Blue Violet #8424CC

RGB

 RED value IS 132 (51.95% from 255) = 35.48%

 GREEN value IS 36 (14.45% from 255) = 9.68%

 BLUE value IS 204 (80.08% from 255) = 54.84%

R = 35.48%
G = 9.68%
B = 54.84%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8424CC (or 0x8424CC) is known color: Blue Violet. HEX triplet: 84, 24 and CC. RGB value is (132,36,204). Sum of RGB (Red+Green+Blue) = 132+36+204=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #8424CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8424CC is #7BDB33. Grayscale: #535353. Windows color (decimal): -8117044 or 13378692. OLE color: 13378692.

HSL color Cylindrical-coordinate representation of color #8424CC: hue angle of 274.29º 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 #8424CC is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 36 204 -
CMYK 0.35 0.82 0 0.2
HSL 274.29º 0.7% 0.47% -
HSV(B) 274.29º 0.82% 0.8% -
XYZ 21.05 10.53 58.05 -
YUV 83.86 195.8 162.34 -
System Red Green Blue C M Y K H S L
Decimal 132 36 204 0.35 0.82 0 0.2 274.29 0.7 0.47
Hex 84 24 CC 23 52 0 14 112 46 2F
Octal 204 44 314 43 122 0 24 422 106 57
Binary 10000100 100100 11001100 100011 1010010 0 10100 100010010 1000110 101111

Color Harmonies of #8424CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8424CC

Black with #8424CC

Text Example


Text Example

White with #8424CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8424CC;
 }
 .AnyTagClassName
 {
   color: #8424CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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