#9F649D

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

Shades of Violet Blue #9F649D

Tints of Violet Blue #9F649D

Color information

#9F649D (or 0x9F649D) is unknown color: approx Violet Blue. HEX triplet: 9F, 64 and 9D. RGB value is (159,100,157). Sum of RGB (Red+Green+Blue) = 159+100+157=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F649D is #609B62. Grayscale: #7B7B7B. Windows color (decimal): -6331235 or 10314911. OLE color: 10314911.

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

Color convert

RGB159100157-
CMYK00.370.010.38
HSL302.03º23.51%50.78%-
HSV(B)302.03º37.11%62.35%-
XYZ24.9418.9234.24-
YUV124.14146.55152.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.22%
GREEN value IS 100 (39.45% from 255) = 24.04%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=38.22%
G=24.04%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910015700.370.010.38302.0323.5150.78
Hex9F649D02512612e1833
Octal2371442350451464563063
Binary100111111100100100111010100101110011010010111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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