#9D649D

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

Shades of Violet Blue #9D649D

Tints of Violet Blue #9D649D

Color information

#9D649D (or 0x9D649D) is unknown color: approx Violet Blue. HEX triplet: 9D, 64 and 9D. RGB value is (157,100,157). Sum of RGB (Red+Green+Blue) = 157+100+157=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D649D is #629B62. Grayscale: #7B7B7B. Windows color (decimal): -6462307 or 10314909. OLE color: 10314909.

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

Color convert

RGB157100157-
CMYK00.3600.38
HSL300º22.53%50.39%-
HSV(B)300º36.31%61.57%-
XYZ24.5518.7234.22-
YUV123.54146.88151.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.92%
GREEN value IS 100 (39.45% from 255) = 24.15%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=37.92%
G=24.15%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710015700.3600.3830022.5350.39
Hex9D649D02402612c1732
Octal2351442350440464542762
Binary100111011100100100111010100100010011010010110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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