Html Css Color HEX #8C0EBE Dark Violet

📋 copy color: '#8C0EBE'

red 140 ◦ green 14 ◦ blue 190

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

Shades of Dark Violet #8C0EBE

Tints of Dark Violet #8C0EBE

RGB

 RED value IS 140 (55.08% from 255) = 40.7%

 GREEN value IS 14 (5.86% from 255) = 4.07%

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

R = 40.7%
G = 4.07%
B = 55.23%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C0EBE (or 0x8C0EBE) is known color: Dark Violet. HEX triplet: 8C, 0E and BE. RGB value is (140,14,190). Sum of RGB (Red+Green+Blue) = 140+14+190=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C0EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0EBE is #73F141. Grayscale: #474747. Windows color (decimal): -7598402 or 12455564. OLE color: 12455564.

HSL color Cylindrical-coordinate representation of color #8C0EBE: hue angle of 282.95º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0EBE is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 14 190 -
CMYK 0.26 0.93 0 0.25
HSL 282.95º 0.86% 0.4% -
HSV(B) 282.95º 0.93% 0.75% -
XYZ 20.27 9.61 49.5 -
YUV 71.74 194.74 176.69 -
System Red Green Blue C M Y K H S L
Decimal 140 14 190 0.26 0.93 0 0.25 282.95 0.86 0.4
Hex 8C E BE 1A 5D 0 19 11B 56 28
Octal 214 16 276 32 135 0 31 433 126 50
Binary 10001100 1110 10111110 11010 1011101 0 11001 100011011 1010110 101000

Color Harmonies of #8C0EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0EBE

Black with #8C0EBE

Text Example


Text Example

White with #8C0EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,14,190); }

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

background-color css

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

 a { background-color: rgb(140,14,190); }

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

border-color css

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

 span { border-color: rgb(140,14,190); }

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