#99779A

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

Shades of Violet Blue #99779A

Tints of Violet Blue #99779A

Color information

#99779A (or 0x99779A) is unknown color: approx Violet Blue. HEX triplet: 99, 77 and 9A. RGB value is (153,119,154). Sum of RGB (Red+Green+Blue) = 153+119+154=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 154 - color contains mainly: blue. Hex color #99779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99779A is #668865. Grayscale: #858585. Windows color (decimal): -6719590 or 10123161. OLE color: 10123161.

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

Color convert

RGB153119154-
CMYK0.010.2300.40
HSL298.29º14.77%53.53%-
HSV(B)298.29º22.73%60.39%-
XYZ25.5722.333.53-
YUV133.16139.76142.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.92%
GREEN value IS 119 (46.88% from 255) = 27.93%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=35.92%
G=27.93%
B=36.15%

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
Decimal1531191540.010.2300.40298.2914.7753.53
Hex99779A11702812af36
Octal2311672321270504521766
Binary1001100111101111001101011011101010001001010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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