#99759E

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

Shades of Violet Blue #99759E

Tints of Violet Blue #99759E

Color information

#99759E (or 0x99759E) is unknown color: approx Violet Blue. HEX triplet: 99, 75 and 9E. RGB value is (153,117,158). Sum of RGB (Red+Green+Blue) = 153+117+158=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #99759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99759E is #668A61. Grayscale: #848484. Windows color (decimal): -6720098 or 10384793. OLE color: 10384793.

HSL color Cylindrical-coordinate representation of color #99759E: hue angle of 292.68º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99759E is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153117158-
CMYK0.030.2600.38
HSL292.68º17.45%53.92%-
HSV(B)292.68º25.95%61.96%-
XYZ25.6721.9635.23-
YUV132.44142.43142.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.75%
GREEN value IS 117 (46.09% from 255) = 27.34%
BLUE value IS 158 (62.11% from 255) = 36.92%
R=35.75%
G=27.34%
B=36.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531171580.030.2600.38292.6817.4553.92
Hex99759E31A0261251136
Octal2311652363320464452166
Binary100110011110101100111101111010010011010010010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99759E; }

 p { color: rgb(153,117,158); }

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

<style>
 a { background-color: #99759E; }

 a { background-color: rgb(153,117,158); }

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

<style>
 span { border-color: #99759E; }

 span { border-color: rgb(153,117,158); }

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