Html Css Color HEX #8E05CA Dark Violet

📋 copy color: '#8E05CA'

red 142 ◦ green 5 ◦ blue 202

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

Shades of Dark Violet #8E05CA

Tints of Dark Violet #8E05CA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

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

R = 40.69%
G = 1.43%
B = 57.88%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E05CA (or 0x8E05CA) is known color: Dark Violet. HEX triplet: 8E, 05 and CA. RGB value is (142,5,202). Sum of RGB (Red+Green+Blue) = 142+5+202=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E05CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E05CA is #71FA35. Grayscale: #434343. Windows color (decimal): -7469622 or 13239694. OLE color: 13239694.

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

Color convert

RGB 142 5 202 -
CMYK 0.30 0.98 0 0.21
HSL 281.73º 0.95% 0.41% -
HSV(B) 281.73º 0.98% 0.79% -
XYZ 21.87 10.12 56.68 -
YUV 68.42 203.39 180.48 -
System Red Green Blue C M Y K H S L
Decimal 142 5 202 0.30 0.98 0 0.21 281.73 0.95 0.41
Hex 8E 5 CA 1E 62 0 15 11A 5F 29
Octal 216 5 312 36 142 0 25 432 137 51
Binary 10001110 101 11001010 11110 1100010 0 10101 100011010 1011111 101001

Color Harmonies of #8E05CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E05CA

Black with #8E05CA

Text Example


Text Example

White with #8E05CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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