#9F6497

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

Shades of Violet Blue #9F6497

Tints of Violet Blue #9F6497

Color information

#9F6497 (or 0x9F6497) is unknown color: approx Violet Blue. HEX triplet: 9F, 64 and 97. RGB value is (159,100,151). Sum of RGB (Red+Green+Blue) = 159+100+151=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6497 is #609B68. Grayscale: #7B7B7B. Windows color (decimal): -6331241 or 9921695. OLE color: 9921695.

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

Color convert

RGB159100151-
CMYK00.370.050.38
HSL308.14º23.51%50.78%-
HSV(B)308.14º37.11%62.35%-
XYZ24.4418.7231.6-
YUV123.45143.55153.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.78%
GREEN value IS 100 (39.45% from 255) = 24.39%
BLUE value IS 151 (59.38% from 255) = 36.83%
R=38.78%
G=24.39%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910015100.370.050.38308.1423.5150.78
Hex9F64970255261341833
Octal2371442270455464643063
Binary10011111110010010010111010010110110011010011010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,100,151); }

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

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

 a { background-color: rgb(159,100,151); }

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

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

 span { border-color: rgb(159,100,151); }

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