Html Css Color HEX #8E16BD Dark Violet

📋 copy color: '#8E16BD'

red 142 ◦ green 22 ◦ blue 189

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

Shades of Dark Violet #8E16BD

Tints of Dark Violet #8E16BD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.23%

 BLUE value IS 189 (74.22% from 255) = 53.54%

R = 40.23%
G = 6.23%
B = 53.54%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E16BD (or 0x8E16BD) is known color: Dark Violet. HEX triplet: 8E, 16 and BD. RGB value is (142,22,189). Sum of RGB (Red+Green+Blue) = 142+22+189=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E16BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E16BD is #71E942. Grayscale: #4C4C4C. Windows color (decimal): -7465283 or 12392078. OLE color: 12392078.

HSL color Cylindrical-coordinate representation of color #8E16BD: hue angle of 283.11º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E16BD is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 22 189 -
CMYK 0.25 0.88 0 0.26
HSL 283.11º 0.79% 0.41% -
HSV(B) 283.11º 0.88% 0.74% -
XYZ 20.63 10 48.99 -
YUV 76.92 191.26 174.42 -
System Red Green Blue C M Y K H S L
Decimal 142 22 189 0.25 0.88 0 0.26 283.11 0.79 0.41
Hex 8E 16 BD 19 58 0 1A 11B 4F 29
Octal 216 26 275 31 130 0 32 433 117 51
Binary 10001110 10110 10111101 11001 1011000 0 11010 100011011 1001111 101001

Color Harmonies of #8E16BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E16BD

Black with #8E16BD

Text Example


Text Example

White with #8E16BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,22,189); }

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

background-color css

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

 a { background-color: rgb(142,22,189); }

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

border-color css

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

 span { border-color: rgb(142,22,189); }

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