#99769A

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

Shades of Violet Blue #99769A

Tints of Violet Blue #99769A

Color information

#99769A (or 0x99769A) is unknown color: approx Violet Blue. HEX triplet: 99, 76 and 9A. RGB value is (153,118,154). Sum of RGB (Red+Green+Blue) = 153+118+154=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 154 - color contains mainly: blue. Hex color #99769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99769A is #668965. Grayscale: #848484. Windows color (decimal): -6719846 or 10122905. OLE color: 10122905.

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

Color convert

RGB153118154-
CMYK0.010.2300.40
HSL298.33º15.13%53.33%-
HSV(B)298.33º23.38%60.39%-
XYZ25.4522.0633.49-
YUV132.57140.1142.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 154 (60.55% from 255) = 36.24%
R=36%
G=27.76%
B=36.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1531181540.010.2300.40298.3315.1353.33
Hex99769A11702812af35
Octal2311662321270504521765
Binary1001100111101101001101011011101010001001010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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