#9F6595

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

Shades of Violet Blue #9F6595

Tints of Violet Blue #9F6595

Color information

#9F6595 (or 0x9F6595) is unknown color: approx Violet Blue. HEX triplet: 9F, 65 and 95. RGB value is (159,101,149). Sum of RGB (Red+Green+Blue) = 159+101+149=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6595 is #609A6A. Grayscale: #7B7B7B. Windows color (decimal): -6330987 or 9790879. OLE color: 9790879.

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

Color convert

RGB159101149-
CMYK00.360.060.38
HSL310.34º23.2%50.98%-
HSV(B)310.34º36.48%62.35%-
XYZ24.3818.8530.79-
YUV123.81142.22153.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.88%
GREEN value IS 101 (39.84% from 255) = 24.69%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=38.88%
G=24.69%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910114900.360.060.38310.3423.250.98
Hex9F65950246261361733
Octal2371452250446464662763
Binary10011111110010110010101010010011010011010011011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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