#9F0CBF

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

Shades of Dark Violet #9F0CBF

Tints of Dark Violet #9F0CBF

Color information

#9F0CBF (or 0x9F0CBF) is unknown color: approx Dark Violet. HEX triplet: 9F, 0C and BF. RGB value is (159,12,191). Sum of RGB (Red+Green+Blue) = 159+12+191=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F0CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0CBF is #60F340. Grayscale: #4B4B4B. Windows color (decimal): -6353729 or 12520607. OLE color: 12520607.

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

Color convert

RGB15912191-
CMYK0.170.9400.25
HSL289.27º88.18%39.8%-
HSV(B)289.27º93.72%74.9%-
XYZ23.8311.450.23-
YUV76.36192.7186.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.92%
GREEN value IS 12 (5.08% from 255) = 3.31%
BLUE value IS 191 (75% from 255) = 52.76%
R=43.92%
G=3.31%
B=52.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159121910.170.9400.25289.2788.1839.8
Hex9FCBF115E0191215828
Octal237142772113603144113050
Binary100111111100101111111000110111100110011001000011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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