#9F6095

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

Shades of Violet Blue #9F6095

Tints of Violet Blue #9F6095

Color information

#9F6095 (or 0x9F6095) is unknown color: approx Violet Blue. HEX triplet: 9F, 60 and 95. RGB value is (159,96,149). Sum of RGB (Red+Green+Blue) = 159+96+149=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6095 is #609F6A. Grayscale: #787878. Windows color (decimal): -6332267 or 9789599. OLE color: 9789599.

HSL color Cylindrical-coordinate representation of color #9F6095: hue angle of 309.52º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F6095 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB15996149-
CMYK00.400.060.38
HSL309.52º24.71%50%-
HSV(B)309.52º39.62%62.35%-
XYZ23.9117.9130.63-
YUV120.88143.87155.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.36%
GREEN value IS 96 (37.89% from 255) = 23.76%
BLUE value IS 149 (58.59% from 255) = 36.88%
R=39.36%
G=23.76%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599614900.400.060.38309.5224.7150
Hex9F60950286261361932
Octal2371402250506464663162
Binary10011111110000010010101010100011010011010011011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,96,149); }

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

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

 a { background-color: rgb(159,96,149); }

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

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

 span { border-color: rgb(159,96,149); }

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