Html Css Color HEX #8E00CA Dark Violet

📋 copy color: '#8E00CA'

red 142 ◦ green 0 ◦ blue 202

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

Shades of Dark Violet #8E00CA

Tints of Dark Violet #8E00CA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 202 (79.3% from 255) = 58.72%

R = 41.28%
G = 0%
B = 58.72%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E00CA (or 0x8E00CA) is known color: Dark Violet. HEX triplet: 8E, 00 and CA. RGB value is (142,0,202). Sum of RGB (Red+Green+Blue) = 142+0+202=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E00CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E00CA is #71FF35. Grayscale: #404040. Windows color (decimal): -7470902 or 13238414. OLE color: 13238414.

HSL color Cylindrical-coordinate representation of color #8E00CA: hue angle of 282.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E00CA is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 0 202 -
CMYK 0.30 1 0 0.21
HSL 282.18º 1% 0.4% -
HSV(B) 282.18º 1% 0.79% -
XYZ 21.82 10.02 56.66 -
YUV 65.49 205.04 182.57 -
System Red Green Blue C M Y K H S L
Decimal 142 0 202 0.30 1 0 0.21 282.18 1 0.4
Hex 8E 0 CA 1E 64 0 15 11A 64 28
Octal 216 0 312 36 144 0 25 432 144 50
Binary 10001110 0 11001010 11110 1100100 0 10101 100011010 1100100 101000

Color Harmonies of #8E00CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E00CA

Black with #8E00CA

Text Example


Text Example

White with #8E00CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,0,202); }

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

background-color css

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

 a { background-color: rgb(142,0,202); }

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

border-color css

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

 span { border-color: rgb(142,0,202); }

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