#9D09BA

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

Shades of Dark Violet #9D09BA

Tints of Dark Violet #9D09BA

Color information

#9D09BA (or 0x9D09BA) is unknown color: approx Dark Violet. HEX triplet: 9D, 09 and BA. RGB value is (157,9,186). Sum of RGB (Red+Green+Blue) = 157+9+186=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D09BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D09BA is #62F645. Grayscale: #484848. Windows color (decimal): -6485574 or 12192157. OLE color: 12192157.

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

Color convert

RGB1579186-
CMYK0.160.9500.27
HSL290.17º90.77%38.24%-
HSV(B)290.17º95.16%72.94%-
XYZ22.8710.9147.35-
YUV73.43191.53187.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.60%
GREEN value IS 9 (3.91% from 255) = 2.56%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=44.60%
G=2.56%
B=52.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15791860.160.9500.27290.1790.7738.24
Hex9D9BA105F01B1225b26
Octal235112722013703344213346
Binary100111011001101110101000010111110110111001000101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D09BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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