Html Css Color HEX #8E08BE Dark Violet

📋 copy color: '#8E08BE'

red 142 ◦ green 8 ◦ blue 190

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

Shades of Dark Violet #8E08BE

Tints of Dark Violet #8E08BE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

 BLUE value IS 190 (74.61% from 255) = 55.88%

R = 41.76%
G = 2.35%
B = 55.88%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E08BE (or 0x8E08BE) is known color: Dark Violet. HEX triplet: 8E, 08 and BE. RGB value is (142,8,190). Sum of RGB (Red+Green+Blue) = 142+8+190=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E08BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E08BE is #71F741. Grayscale: #444444. Windows color (decimal): -7468866 or 12454030. OLE color: 12454030.

HSL color Cylindrical-coordinate representation of color #8E08BE: hue angle of 284.18º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E08BE is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 8 190 -
CMYK 0.25 0.96 0 0.25
HSL 284.18º 0.92% 0.39% -
HSV(B) 284.18º 0.96% 0.75% -
XYZ 20.54 9.64 49.49 -
YUV 68.81 196.39 180.2 -
System Red Green Blue C M Y K H S L
Decimal 142 8 190 0.25 0.96 0 0.25 284.18 0.92 0.39
Hex 8E 8 BE 19 60 0 19 11C 5C 27
Octal 216 10 276 31 140 0 31 434 134 47
Binary 10001110 1000 10111110 11001 1100000 0 11001 100011100 1011100 100111

Color Harmonies of #8E08BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E08BE

Black with #8E08BE

Text Example


Text Example

White with #8E08BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,8,190); }

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

background-color css

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

 a { background-color: rgb(142,8,190); }

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

border-color css

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

 span { border-color: rgb(142,8,190); }

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