#9F08B7

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

Shades of Dark Violet #9F08B7

Tints of Dark Violet #9F08B7

Color information

#9F08B7 (or 0x9F08B7) is unknown color: approx Dark Violet. HEX triplet: 9F, 08 and B7. RGB value is (159,8,183). Sum of RGB (Red+Green+Blue) = 159+8+183=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 183 (71.88% from 255 or 52.29% from 350); Max value from RGB is 183 - color contains mainly: blue. Hex color #9F08B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F08B7 is #60F748. Grayscale: #484848. Windows color (decimal): -6354761 or 11995295. OLE color: 11995295.

HSL color Cylindrical-coordinate representation of color #9F08B7: hue angle of 291.77º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F08B7 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1598183-
CMYK0.130.9600.28
HSL291.77º91.62%37.45%-
HSV(B)291.77º95.63%71.76%-
XYZ22.9310.9645.71-
YUV73.1190.03189.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.43%
GREEN value IS 8 (3.52% from 255) = 2.29%
BLUE value IS 183 (71.88% from 255) = 52.29%
R=45.43%
G=2.29%
B=52.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15981830.130.9600.28291.7791.6237.45
Hex9F8B7D6001C1245c25
Octal237102671514003444413445
Binary10011111100010110111110111000000111001001001001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F08B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,8,183); }

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

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

 a { background-color: rgb(159,8,183); }

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

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

 span { border-color: rgb(159,8,183); }

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