#99719A

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

Shades of Violet Blue #99719A

Tints of Violet Blue #99719A

Color information

#99719A (or 0x99719A) is unknown color: approx Violet Blue. HEX triplet: 99, 71 and 9A. RGB value is (153,113,154). Sum of RGB (Red+Green+Blue) = 153+113+154=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 154 - color contains mainly: blue. Hex color #99719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99719A is #668E65. Grayscale: #818181. Windows color (decimal): -6721126 or 10121625. OLE color: 10121625.

HSL color Cylindrical-coordinate representation of color #99719A: hue angle of 298.54º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99719A is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB153113154-
CMYK0.010.2700.40
HSL298.54º16.87%52.35%-
HSV(B)298.54º26.62%60.39%-
XYZ24.8720.9233.3-
YUV129.63141.75144.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 154 (60.55% from 255) = 36.67%
R=36.43%
G=26.90%
B=36.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1531131540.010.2700.40298.5416.8752.35
Hex99719A11B02812b1134
Octal2311612321330504532164
Binary10011001111000110011010111011010100010010101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99719A; }

 p { color: rgb(153,113,154); }

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

<style>
 a { background-color: #99719A; }

 a { background-color: rgb(153,113,154); }

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

<style>
 span { border-color: #99719A; }

 span { border-color: rgb(153,113,154); }

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