Html Css Color HEX #8C02EE Dark Violet

📋 copy color: '#8C02EE'

red 140 ◦ green 2 ◦ blue 238

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

Shades of Dark Violet #8C02EE

Tints of Dark Violet #8C02EE

RGB

 RED value IS 140 (55.08% from 255) = 36.84%

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 36.84%
G = 0.53%
B = 62.63%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C02EE (or 0x8C02EE) is known color: Dark Violet. HEX triplet: 8C, 02 and EE. RGB value is (140,2,238). Sum of RGB (Red+Green+Blue) = 140+2+238=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 238 (93.36% from 255 or 62.63% from 380); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C02EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C02EE is #73FD11. Grayscale: #454545. Windows color (decimal): -7601426 or 15598220. OLE color: 15598220.

HSL color Cylindrical-coordinate representation of color #8C02EE: hue angle of 275.08º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C02EE is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 2 238 -
CMYK 0.41 0.99 0 0.07
HSL 275.08º 0.98% 0.47% -
HSV(B) 275.08º 0.99% 0.93% -
XYZ 26.27 11.79 81.78 -
YUV 70.17 222.72 177.81 -
System Red Green Blue C M Y K H S L
Decimal 140 2 238 0.41 0.99 0 0.07 275.08 0.98 0.47
Hex 8C 2 EE 29 63 0 7 113 62 2F
Octal 214 2 356 51 143 0 7 423 142 57
Binary 10001100 10 11101110 101001 1100011 0 111 100010011 1100010 101111

Color Harmonies of #8C02EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C02EE

Black with #8C02EE

Text Example


Text Example

White with #8C02EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C02EE; }

 p { color: rgb(140,2,238); }

 H1.HeaderClassName
 {
   color: #8C02EE;
 }
 .AnyTagClassName
 {
   color: #8C02EE;
 }
</style>

background-color css

<style>
 a { background-color: #8C02EE; }

 a { background-color: rgb(140,2,238); }

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

border-color css

<style>
 span { border-color: #8C02EE; }

 span { border-color: rgb(140,2,238); }

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