#9E09BF

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

Shades of Dark Violet #9E09BF

Tints of Dark Violet #9E09BF

Color information

#9E09BF (or 0x9E09BF) is unknown color: approx Dark Violet. HEX triplet: 9E, 09 and BF. RGB value is (158,9,191). Sum of RGB (Red+Green+Blue) = 158+9+191=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E09BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E09BF is #61F640. Grayscale: #494949. Windows color (decimal): -6420033 or 12519838. OLE color: 12519838.

HSL color Cylindrical-coordinate representation of color #9E09BF: hue angle of 289.12º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E09BF is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1589191-
CMYK0.170.9500.25
HSL289.12º91%39.22%-
HSV(B)289.12º95.29%74.9%-
XYZ23.611.2350.21-
YUV74.3193.86187.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.13%
GREEN value IS 9 (3.91% from 255) = 2.51%
BLUE value IS 191 (75% from 255) = 53.35%
R=44.13%
G=2.51%
B=53.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15891910.170.9500.25289.129139.22
Hex9E9BF115F0191215b27
Octal236112772113703144113347
Binary100111101001101111111000110111110110011001000011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E09BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,9,191); }

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

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

 a { background-color: rgb(158,9,191); }

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

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

 span { border-color: rgb(158,9,191); }

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