#99649F

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

Shades of Violet Blue #99649F

Tints of Violet Blue #99649F

Color information

#99649F (or 0x99649F) is unknown color: approx Violet Blue. HEX triplet: 99, 64 and 9F. RGB value is (153,100,159). Sum of RGB (Red+Green+Blue) = 153+100+159=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #99649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99649F is #669B60. Grayscale: #7A7A7A. Windows color (decimal): -6724449 or 10445977. OLE color: 10445977.

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

Color convert

RGB153100159-
CMYK0.040.3700.38
HSL293.9º23.51%50.78%-
HSV(B)293.9º37.11%62.35%-
XYZ23.9518.3935.09-
YUV122.57148.56149.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.14%
GREEN value IS 100 (39.45% from 255) = 24.27%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=37.14%
G=24.27%
B=38.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531001590.040.3700.38293.923.5150.78
Hex99649F4250261261833
Octal2311442374450464463063
Binary10011001110010010011111100100101010011010010011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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