#9A0FBB

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

Shades of Dark Violet #9A0FBB

Tints of Dark Violet #9A0FBB

Color information

#9A0FBB (or 0x9A0FBB) is unknown color: approx Dark Violet. HEX triplet: 9A, 0F and BB. RGB value is (154,15,187). Sum of RGB (Red+Green+Blue) = 154+15+187=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A0FBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0FBB is #65F044. Grayscale: #4B4B4B. Windows color (decimal): -6680645 or 12259226. OLE color: 12259226.

HSL color Cylindrical-coordinate representation of color #9A0FBB: hue angle of 288.49º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0FBB is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15415187-
CMYK0.180.9200.27
HSL288.49º85.15%39.61%-
HSV(B)288.49º91.98%73.33%-
XYZ22.4710.847.91-
YUV76.17190.55183.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.26%
GREEN value IS 15 (6.25% from 255) = 4.21%
BLUE value IS 187 (73.44% from 255) = 52.53%
R=43.26%
G=4.21%
B=52.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154151870.180.9200.27288.4985.1539.61
Hex9AFBB125C01B1205528
Octal232172732213403344012550
Binary100110101111101110111001010111000110111001000001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,15,187); }

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

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

 a { background-color: rgb(154,15,187); }

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

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

 span { border-color: rgb(154,15,187); }

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