#9D649B

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

Shades of Violet Blue #9D649B

Tints of Violet Blue #9D649B

Color information

#9D649B (or 0x9D649B) is unknown color: approx Violet Blue. HEX triplet: 9D, 64 and 9B. RGB value is (157,100,155). Sum of RGB (Red+Green+Blue) = 157+100+155=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 157 - color contains mainly: red. Hex color #9D649B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D649B is #629B64. Grayscale: #7B7B7B. Windows color (decimal): -6462309 or 10183837. OLE color: 10183837.

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

Color convert

RGB157100155-
CMYK00.360.010.38
HSL302.11º22.53%50.39%-
HSV(B)302.11º36.31%61.57%-
XYZ24.3818.6533.33-
YUV123.31145.88152.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.11%
GREEN value IS 100 (39.45% from 255) = 24.27%
BLUE value IS 155 (60.94% from 255) = 37.62%
R=38.11%
G=24.27%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710015500.360.010.38302.1122.5350.39
Hex9D649B02412612e1732
Octal2351442330441464562762
Binary100111011100100100110110100100110011010010111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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