#9F6491

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

Shades of Violet Blue #9F6491

Tints of Violet Blue #9F6491

Color information

#9F6491 (or 0x9F6491) is unknown color: approx Violet Blue. HEX triplet: 9F, 64 and 91. RGB value is (159,100,145). Sum of RGB (Red+Green+Blue) = 159+100+145=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6491 is #609B6E. Grayscale: #7A7A7A. Windows color (decimal): -6331247 or 9528479. OLE color: 9528479.

HSL color Cylindrical-coordinate representation of color #9F6491: hue angle of 314.24º 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 #9F6491 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB159100145-
CMYK00.370.090.38
HSL314.24º23.51%50.78%-
HSV(B)314.24º37.11%62.35%-
XYZ23.9718.5329.1-
YUV122.77140.55153.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.36%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 145 (57.03% from 255) = 35.89%
R=39.36%
G=24.75%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910014500.370.090.38314.2423.5150.78
Hex9F649102592613a1833
Octal23714422104511464723063
Binary100111111100100100100010100101100110011010011101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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