#9F00BF

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

Shades of Dark Violet #9F00BF

Tints of Dark Violet #9F00BF

Color information

#9F00BF (or 0x9F00BF) is unknown color: approx Dark Violet. HEX triplet: 9F, 00 and BF. RGB value is (159,0,191). Sum of RGB (Red+Green+Blue) = 159+0+191=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F00BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F00BF is #60FF40. Grayscale: #444444. Windows color (decimal): -6356801 or 12517535. OLE color: 12517535.

HSL color Cylindrical-coordinate representation of color #9F00BF: hue angle of 289.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F00BF is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1590191-
CMYK0.17100.25
HSL289.95º100%37.45%-
HSV(B)289.95º100%74.9%-
XYZ23.711.1350.19-
YUV69.32196.68191.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 54.57%
R=45.43%
G=0%
B=54.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15901910.17100.25289.9510037.45
Hex9F0BF11640191226425
Octal23702772114403144214445
Binary100111110101111111000111001000110011001000101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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