#9F659C

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

Shades of Violet Blue #9F659C

Tints of Violet Blue #9F659C

Color information

#9F659C (or 0x9F659C) is unknown color: approx Violet Blue. HEX triplet: 9F, 65 and 9C. RGB value is (159,101,156). Sum of RGB (Red+Green+Blue) = 159+101+156=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F659C is #609A63. Grayscale: #7C7C7C. Windows color (decimal): -6330980 or 10249631. OLE color: 10249631.

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

Color convert

RGB159101156-
CMYK00.360.020.38
HSL303.1º23.2%50.98%-
HSV(B)303.1º36.48%62.35%-
XYZ24.9519.0833.82-
YUV124.61145.72152.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.22%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 156 (61.33% from 255) = 37.5%
R=38.22%
G=24.28%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910115600.360.020.38303.123.250.98
Hex9F659C02422612f1733
Octal2371452340442464572763
Binary1001111111001011001110001001001010011010010111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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