Html Css Color HEX #8E01DA Dark Violet

📋 copy color: '#8E01DA'

red 142 ◦ green 1 ◦ blue 218

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

Shades of Dark Violet #8E01DA

Tints of Dark Violet #8E01DA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 218 (85.55% from 255) = 60.39%

R = 39.34%
G = 0.28%
B = 60.39%

CMYK

 C value IS 0.35

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8E01DA (or 0x8E01DA) is known color: Dark Violet. HEX triplet: 8E, 01 and DA. RGB value is (142,1,218). Sum of RGB (Red+Green+Blue) = 142+1+218=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E01DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E01DA is #71FE25. Grayscale: #434343. Windows color (decimal): -7470630 or 14287246. OLE color: 14287246.

HSL color Cylindrical-coordinate representation of color #8E01DA: hue angle of 278.99º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E01DA is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 1 218 -
CMYK 0.35 1.00 0 0.15
HSL 278.99º 0.99% 0.43% -
HSV(B) 278.99º 1% 0.85% -
XYZ 23.82 10.83 67.17 -
YUV 67.9 212.71 180.86 -
System Red Green Blue C M Y K H S L
Decimal 142 1 218 0.35 1.00 0 0.15 278.99 0.99 0.43
Hex 8E 1 DA 23 64 0 F 117 63 2B
Octal 216 1 332 43 144 0 17 427 143 53
Binary 10001110 1 11011010 100011 1100100 0 1111 100010111 1100011 101011

Color Harmonies of #8E01DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E01DA

Black with #8E01DA

Text Example


Text Example

White with #8E01DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,1,218); }

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

background-color css

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

 a { background-color: rgb(142,1,218); }

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

border-color css

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

 span { border-color: rgb(142,1,218); }

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