Html Css Color HEX #8E09BA Dark Violet

📋 copy color: '#8E09BA'

red 142 ◦ green 9 ◦ blue 186

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

Shades of Dark Violet #8E09BA

Tints of Dark Violet #8E09BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.67%

 BLUE value IS 186 (73.05% from 255) = 55.19%

R = 42.14%
G = 2.67%
B = 55.19%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E09BA (or 0x8E09BA) is known color: Dark Violet. HEX triplet: 8E, 09 and BA. RGB value is (142,9,186). Sum of RGB (Red+Green+Blue) = 142+9+186=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E09BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E09BA is #71F645. Grayscale: #444444. Windows color (decimal): -7468614 or 12192142. OLE color: 12192142.

HSL color Cylindrical-coordinate representation of color #8E09BA: hue angle of 285.08º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E09BA is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 9 186 -
CMYK 0.24 0.95 0 0.27
HSL 285.08º 0.91% 0.38% -
HSV(B) 285.08º 0.95% 0.73% -
XYZ 20.12 9.49 47.23 -
YUV 68.95 194.06 180.11 -
System Red Green Blue C M Y K H S L
Decimal 142 9 186 0.24 0.95 0 0.27 285.08 0.91 0.38
Hex 8E 9 BA 18 5F 0 1B 11D 5B 26
Octal 216 11 272 30 137 0 33 435 133 46
Binary 10001110 1001 10111010 11000 1011111 0 11011 100011101 1011011 100110

Color Harmonies of #8E09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E09BA

Black with #8E09BA

Text Example


Text Example

White with #8E09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,9,186); }

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

background-color css

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

 a { background-color: rgb(142,9,186); }

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

border-color css

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

 span { border-color: rgb(142,9,186); }

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