#9F6195

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

Shades of Violet Blue #9F6195

Tints of Violet Blue #9F6195

Color information

#9F6195 (or 0x9F6195) is unknown color: approx Violet Blue. HEX triplet: 9F, 61 and 95. RGB value is (159,97,149). Sum of RGB (Red+Green+Blue) = 159+97+149=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6195 is #609E6A. Grayscale: #797979. Windows color (decimal): -6332011 or 9789855. OLE color: 9789855.

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

Color convert

RGB15997149-
CMYK00.390.060.38
HSL309.68º24.41%50.2%-
HSV(B)309.68º38.99%62.35%-
XYZ2418.0930.66-
YUV121.47143.54154.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.26%
GREEN value IS 97 (38.28% from 255) = 23.95%
BLUE value IS 149 (58.59% from 255) = 36.79%
R=39.26%
G=23.95%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599714900.390.060.38309.6824.4150.2
Hex9F61950276261361832
Octal2371412250476464663062
Binary10011111110000110010101010011111010011010011011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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