Html Css Color HEX #8E02C3 Dark Violet

📋 copy color: '#8E02C3'

red 142 ◦ green 2 ◦ blue 195

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

Shades of Dark Violet #8E02C3

Tints of Dark Violet #8E02C3

RGB

 RED value IS 142 (55.86% from 255) = 41.89%

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

 BLUE value IS 195 (76.56% from 255) = 57.52%

R = 41.89%
G = 0.59%
B = 57.52%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8E02C3 (or 0x8E02C3) is known color: Dark Violet. HEX triplet: 8E, 02 and C3. RGB value is (142,2,195). Sum of RGB (Red+Green+Blue) = 142+2+195=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 195 (76.56% from 255 or 57.52% from 339); Max value from RGB is 195 - color contains mainly: blue. Hex color #8E02C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E02C3 is #71FD3C. Grayscale: #414141. Windows color (decimal): -7470397 or 12780174. OLE color: 12780174.

HSL color Cylindrical-coordinate representation of color #8E02C3: hue angle of 283.52º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E02C3 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 2 195 -
CMYK 0.27 0.99 0 0.24
HSL 283.52º 0.98% 0.39% -
HSV(B) 283.52º 0.99% 0.76% -
XYZ 21.03 9.73 52.4 -
YUV 65.86 200.88 182.31 -
System Red Green Blue C M Y K H S L
Decimal 142 2 195 0.27 0.99 0 0.24 283.52 0.98 0.39
Hex 8E 2 C3 1B 63 0 18 11C 62 27
Octal 216 2 303 33 143 0 30 434 142 47
Binary 10001110 10 11000011 11011 1100011 0 11000 100011100 1100010 100111

Color Harmonies of #8E02C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E02C3

Black with #8E02C3

Text Example


Text Example

White with #8E02C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,2,195); }

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

background-color css

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

 a { background-color: rgb(142,2,195); }

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

border-color css

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

 span { border-color: rgb(142,2,195); }

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