Html Css Color HEX #8E00BA Dark Violet

📋 copy color: '#8E00BA'

red 142 ◦ green 0 ◦ blue 186

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

Shades of Dark Violet #8E00BA

Tints of Dark Violet #8E00BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.29%
G = 0%
B = 56.71%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E00BA (or 0x8E00BA) is known color: Dark Violet. HEX triplet: 8E, 00 and BA. RGB value is (142,0,186). Sum of RGB (Red+Green+Blue) = 142+0+186=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E00BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E00BA is #71FF45. Grayscale: #3F3F3F. Windows color (decimal): -7470918 or 12189838. OLE color: 12189838.

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

Color convert

RGB 142 0 186 -
CMYK 0.24 1 0 0.27
HSL 285.81º 1% 0.36% -
HSV(B) 285.81º 1% 0.73% -
XYZ 20.02 9.3 47.19 -
YUV 63.66 197.04 183.88 -
System Red Green Blue C M Y K H S L
Decimal 142 0 186 0.24 1 0 0.27 285.81 1 0.36
Hex 8E 0 BA 18 64 0 1B 11E 64 24
Octal 216 0 272 30 144 0 33 436 144 44
Binary 10001110 0 10111010 11000 1100100 0 11011 100011110 1100100 100100

Color Harmonies of #8E00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E00BA

Black with #8E00BA

Text Example


Text Example

White with #8E00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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