#9E0EBE

Color #9E0EBE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9E0EBE

Tints of Dark Violet #9E0EBE

Color information

#9E0EBE (or 0x9E0EBE) is unknown color: approx Dark Violet. HEX triplet: 9E, 0E and BE. RGB value is (158,14,190). Sum of RGB (Red+Green+Blue) = 158+14+190=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E0EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0EBE is #61F141. Grayscale: #4C4C4C. Windows color (decimal): -6418754 or 12455582. OLE color: 12455582.

HSL color Cylindrical-coordinate representation of color #9E0EBE: hue angle of 289.09º 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 #9E0EBE is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15814190-
CMYK0.170.9300.25
HSL289.09º86.27%40%-
HSV(B)289.09º92.63%74.51%-
XYZ23.5511.349.66-
YUV77.12191.71185.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.65%
GREEN value IS 14 (5.86% from 255) = 3.87%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=43.65%
G=3.87%
B=52.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158141900.170.9300.25289.0986.2740
Hex9EEBE115D0191215628
Octal236162762113503144112650
Binary100111101110101111101000110111010110011001000011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E0EBE; }

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

 H1.HeaderClassName
 {
   color: #9E0EBE;
 }
 .AnyTagClassName
 {
   color: #9E0EBE;
 }
</style>
background-color css

<style>
 a { background-color: #9E0EBE; }

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

 div.DivClassName
 {
   background-color: #9E0EBE;
 }
 .BgClassName
 {
   background-color: #9E0EBE;
 }
</style>
border-color css

<style>
 span { border-color: #9E0EBE; }

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

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