#9e09b1

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

Shades of Dark Violet #9E09B1

Tints of Dark Violet #9E09B1

Color information

#9E09B1 (or 0x9E09B1) is unknown color: approx Dark Violet. HEX triplet: 9E, 09 and B1. RGB value is (158,9,177). Sum of RGB (Red+Green+Blue) = 158+9+177=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 177 (69.53% from 255 or 51.45% from 344); Max value from RGB is 177 - color contains mainly: blue. Hex color #9E09B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E09B1 is #61F64E. Grayscale: #484848. Windows color (decimal): -6420047 or 11602334. OLE color: 11602334.

HSL color Cylindrical-coordinate representation of color #9E09B1: hue angle of 293.21º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E09B1 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1589177-
CMYK0.110.9500.31
HSL293.21º90.32%36.47%-
HSV(B)293.21º94.92%69.41%-
XYZ22.1310.6442.48-
YUV72.7186.86188.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.93%
GREEN value IS 9 (3.91% from 255) = 2.62%
BLUE value IS 177 (69.53% from 255) = 51.45%
R=45.93%
G=2.62%
B=51.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15891770.110.9500.31293.2190.3236.47
Hex9E9B1B5F01F1255a24
Octal236112611313703744513244
Binary10011110100110110001101110111110111111001001011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e09b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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