Html Css Color HEX #8E01B4 Dark Violet

📋 copy color: '#8E01B4'

red 142 ◦ green 1 ◦ blue 180

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

Shades of Dark Violet #8E01B4

Tints of Dark Violet #8E01B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 55.73%

R = 43.96%
G = 0.31%
B = 55.73%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8E01B4 (or 0x8E01B4) is known color: Dark Violet. HEX triplet: 8E, 01 and B4. RGB value is (142,1,180). Sum of RGB (Red+Green+Blue) = 142+1+180=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 180 (70.70% from 255 or 55.73% from 323); Max value from RGB is 180 - color contains mainly: blue. Hex color #8E01B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E01B4 is #71FE4B. Grayscale: #3E3E3E. Windows color (decimal): -7470668 or 11796878. OLE color: 11796878.

HSL color Cylindrical-coordinate representation of color #8E01B4: hue angle of 287.26º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E01B4 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 142 1 180 -
CMYK 0.21 0.99 0 0.29
HSL 287.26º 0.99% 0.35% -
HSV(B) 287.26º 0.99% 0.71% -
XYZ 19.4 9.07 43.91 -
YUV 63.57 193.71 183.95 -
System Red Green Blue C M Y K H S L
Decimal 142 1 180 0.21 0.99 0 0.29 287.26 0.99 0.35
Hex 8E 1 B4 15 63 0 1D 11F 63 23
Octal 216 1 264 25 143 0 35 437 143 43
Binary 10001110 1 10110100 10101 1100011 0 11101 100011111 1100011 100011

Color Harmonies of #8E01B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E01B4

Black with #8E01B4

Text Example


Text Example

White with #8E01B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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