#9D649A

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

Shades of Violet Blue #9D649A

Tints of Violet Blue #9D649A

Color information

#9D649A (or 0x9D649A) is unknown color: approx Violet Blue. HEX triplet: 9D, 64 and 9A. RGB value is (157,100,154). Sum of RGB (Red+Green+Blue) = 157+100+154=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 157 - color contains mainly: red. Hex color #9D649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D649A is #629B65. Grayscale: #7B7B7B. Windows color (decimal): -6462310 or 10118301. OLE color: 10118301.

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

Color convert

RGB157100154-
CMYK00.360.020.38
HSL303.16º22.53%50.39%-
HSV(B)303.16º36.31%61.57%-
XYZ24.2918.6232.88-
YUV123.2145.38152.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.20%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 154 (60.55% from 255) = 37.47%
R=38.20%
G=24.33%
B=37.47%

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
Decimal15710015400.360.020.38303.1622.5350.39
Hex9D649A02422612f1732
Octal2351442320442464572762
Binary1001110111001001001101001001001010011010010111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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