Html Css Color HEX #8042EE Blue Violet

📋 copy color: '#8042EE'

red 128 ◦ green 66 ◦ blue 238

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

Shades of Blue Violet #8042EE

Tints of Blue Violet #8042EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.09%

R = 29.63%
G = 15.28%
B = 55.09%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8042EE (or 0x8042EE) is known color: Blue Violet. HEX triplet: 80, 42 and EE. RGB value is (128,66,238). Sum of RGB (Red+Green+Blue) = 128+66+238=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #8042EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8042EE is #7FBD11. Grayscale: #676767. Windows color (decimal): -8371474 or 15614592. OLE color: 15614592.

HSL color Cylindrical-coordinate representation of color #8042EE: hue angle of 261.63º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8042EE is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 66 238 -
CMYK 0.46 0.72 0 0.07
HSL 261.63º 0.83% 0.6% -
HSV(B) 261.63º 0.72% 0.93% -
XYZ 26.28 14.66 82.33 -
YUV 104.15 203.54 145.01 -
System Red Green Blue C M Y K H S L
Decimal 128 66 238 0.46 0.72 0 0.07 261.63 0.83 0.6
Hex 80 42 EE 2E 48 0 7 106 53 3C
Octal 200 102 356 56 110 0 7 406 123 74
Binary 10000000 1000010 11101110 101110 1001000 0 111 100000110 1010011 111100

Color Harmonies of #8042EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8042EE

Black with #8042EE

Text Example


Text Example

White with #8042EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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