#99649D

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

Shades of Violet Blue #99649D

Tints of Violet Blue #99649D

Color information

#99649D (or 0x99649D) is unknown color: approx Violet Blue. HEX triplet: 99, 64 and 9D. RGB value is (153,100,157). Sum of RGB (Red+Green+Blue) = 153+100+157=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #99649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99649D is #669B62. Grayscale: #7A7A7A. Windows color (decimal): -6724451 or 10314905. OLE color: 10314905.

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

Color convert

RGB153100157-
CMYK0.030.3600.38
HSL295.79º22.53%50.39%-
HSV(B)295.79º36.31%61.57%-
XYZ23.7818.3234.18-
YUV122.34147.56149.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 100 (39.45% from 255) = 24.39%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=37.32%
G=24.39%
B=38.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531001570.030.3600.38295.7922.5350.39
Hex99649D3240261281732
Octal2311442353440464502762
Binary1001100111001001001110111100100010011010010100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99649D; }

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

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

<style>
 a { background-color: #99649D; }

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

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

<style>
 span { border-color: #99649D; }

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

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