Html Css Color HEX #8042CC Blue Violet

📋 copy color: '#8042CC'

red 128 ◦ green 66 ◦ blue 204

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

Shades of Blue Violet #8042CC

Tints of Blue Violet #8042CC

RGB

 RED value IS 128 (50.39% from 255) = 32.16%

 GREEN value IS 66 (26.17% from 255) = 16.58%

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

R = 32.16%
G = 16.58%
B = 51.26%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8042CC (or 0x8042CC) is known color: Blue Violet. HEX triplet: 80, 42 and CC. RGB value is (128,66,204). Sum of RGB (Red+Green+Blue) = 128+66+204=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #8042CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8042CC is #7FBD33. Grayscale: #636363. Windows color (decimal): -8371508 or 13386368. OLE color: 13386368.

HSL color Cylindrical-coordinate representation of color #8042CC: hue angle of 266.96º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8042CC is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 66 204 -
CMYK 0.37 0.68 0 0.2
HSL 266.96º 0.58% 0.53% -
HSV(B) 266.96º 0.68% 0.8% -
XYZ 21.75 12.85 58.46 -
YUV 100.27 186.54 147.78 -
System Red Green Blue C M Y K H S L
Decimal 128 66 204 0.37 0.68 0 0.2 266.96 0.58 0.53
Hex 80 42 CC 25 44 0 14 10B 3A 35
Octal 200 102 314 45 104 0 24 413 72 65
Binary 10000000 1000010 11001100 100101 1000100 0 10100 100001011 111010 110101

Color Harmonies of #8042CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8042CC

Black with #8042CC

Text Example


Text Example

White with #8042CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,66,204); }

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

background-color css

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

 a { background-color: rgb(128,66,204); }

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

border-color css

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

 span { border-color: rgb(128,66,204); }

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