Html Css Color HEX #8E05B7 Dark Violet

📋 copy color: '#8E05B7'

red 142 ◦ green 5 ◦ blue 183

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

Shades of Dark Violet #8E05B7

Tints of Dark Violet #8E05B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 55.45%

R = 43.03%
G = 1.52%
B = 55.45%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8E05B7 (or 0x8E05B7) is known color: Dark Violet. HEX triplet: 8E, 05 and B7. RGB value is (142,5,183). Sum of RGB (Red+Green+Blue) = 142+5+183=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #8E05B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E05B7 is #71FA48. Grayscale: #414141. Windows color (decimal): -7469641 or 11994510. OLE color: 11994510.

HSL color Cylindrical-coordinate representation of color #8E05B7: hue angle of 286.18º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E05B7 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 142 5 183 -
CMYK 0.22 0.97 0 0.28
HSL 286.18º 0.95% 0.37% -
HSV(B) 286.18º 0.97% 0.72% -
XYZ 19.76 9.28 45.55 -
YUV 66.26 193.89 182.03 -
System Red Green Blue C M Y K H S L
Decimal 142 5 183 0.22 0.97 0 0.28 286.18 0.95 0.37
Hex 8E 5 B7 16 61 0 1C 11E 5F 25
Octal 216 5 267 26 141 0 34 436 137 45
Binary 10001110 101 10110111 10110 1100001 0 11100 100011110 1011111 100101

Color Harmonies of #8E05B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E05B7

Black with #8E05B7

Text Example


Text Example

White with #8E05B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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