#9A09BE

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

Shades of Dark Violet #9A09BE

Tints of Dark Violet #9A09BE

Color information

#9A09BE (or 0x9A09BE) is unknown color: approx Dark Violet. HEX triplet: 9A, 09 and BE. RGB value is (154,9,190). Sum of RGB (Red+Green+Blue) = 154+9+190=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A09BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A09BE is #65F641. Grayscale: #484848. Windows color (decimal): -6682178 or 12454298. OLE color: 12454298.

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

Color convert

RGB1549190-
CMYK0.190.9500.25
HSL288.07º90.95%39.02%-
HSV(B)288.07º95.26%74.51%-
XYZ22.7210.7849.6-
YUV72.99194.04185.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.63%
GREEN value IS 9 (3.91% from 255) = 2.55%
BLUE value IS 190 (74.61% from 255) = 53.82%
R=43.63%
G=2.55%
B=53.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15491900.190.9500.25288.0790.9539.02
Hex9A9BE135F0191205b27
Octal232112762313703144013347
Binary100110101001101111101001110111110110011001000001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A09BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,9,190); }

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

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

 a { background-color: rgb(154,9,190); }

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

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

 span { border-color: rgb(154,9,190); }

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