#9E09BA

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

Shades of Dark Violet #9E09BA

Tints of Dark Violet #9E09BA

Color information

#9E09BA (or 0x9E09BA) is unknown color: approx Dark Violet. HEX triplet: 9E, 09 and BA. RGB value is (158,9,186). Sum of RGB (Red+Green+Blue) = 158+9+186=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E09BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E09BA is #61F645. Grayscale: #494949. Windows color (decimal): -6420038 or 12192158. OLE color: 12192158.

HSL color Cylindrical-coordinate representation of color #9E09BA: hue angle of 290.51º 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 #9E09BA is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1589186-
CMYK0.150.9500.27
HSL290.51º90.77%38.24%-
HSV(B)290.51º95.16%72.94%-
XYZ23.0611.0147.36-
YUV73.73191.36188.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.76%
GREEN value IS 9 (3.91% from 255) = 2.55%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=44.76%
G=2.55%
B=52.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15891860.150.9500.27290.5190.7738.24
Hex9E9BAF5F01B1235b26
Octal236112721713703344313346
Binary10011110100110111010111110111110110111001000111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E09BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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