#99709D

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

Shades of Violet Blue #99709D

Tints of Violet Blue #99709D

Color information

#99709D (or 0x99709D) is unknown color: approx Violet Blue. HEX triplet: 99, 70 and 9D. RGB value is (153,112,157). Sum of RGB (Red+Green+Blue) = 153+112+157=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #99709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99709D is #668F62. Grayscale: #818181. Windows color (decimal): -6721379 or 10317977. OLE color: 10317977.

HSL color Cylindrical-coordinate representation of color #99709D: hue angle of 294.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99709D is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153112157-
CMYK0.030.2900.38
HSL294.67º18.67%52.75%-
HSV(B)294.67º28.66%61.57%-
XYZ25.0220.7934.59-
YUV129.39143.58144.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.26%
GREEN value IS 112 (44.14% from 255) = 26.54%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=36.26%
G=26.54%
B=37.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531121570.030.2900.38294.6718.6752.75
Hex99709D31D0261271335
Octal2311602353350464472365
Binary100110011110000100111011111101010011010010011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99709D; }

 p { color: rgb(153,112,157); }

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

<style>
 a { background-color: #99709D; }

 a { background-color: rgb(153,112,157); }

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

<style>
 span { border-color: #99709D; }

 span { border-color: rgb(153,112,157); }

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