#9f00ba

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

Shades of Dark Violet #9F00BA

Tints of Dark Violet #9F00BA

Color information

#9F00BA (or 0x9F00BA) is unknown color: approx Dark Violet. HEX triplet: 9F, 00 and BA. RGB value is (159,0,186). Sum of RGB (Red+Green+Blue) = 159+0+186=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F00BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F00BA is #60FF45. Grayscale: #444444. Windows color (decimal): -6356806 or 12189855. OLE color: 12189855.

HSL color Cylindrical-coordinate representation of color #9F00BA: hue angle of 291.29º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F00BA is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1590186-
CMYK0.15100.27
HSL291.29º100%36.47%-
HSV(B)291.29º100%72.94%-
XYZ23.1610.9247.34-
YUV68.74194.18192.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 53.91%
R=46.09%
G=0%
B=53.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15901860.15100.27291.2910036.47
Hex9F0BAF6401B1236424
Octal23702721714403344314444
Binary10011111010111010111111001000110111001000111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f00ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,0,186); }

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

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

 a { background-color: rgb(159,0,186); }

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

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

 span { border-color: rgb(159,0,186); }

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