#99719E

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

Shades of Violet Blue #99719E

Tints of Violet Blue #99719E

Color information

#99719E (or 0x99719E) is unknown color: approx Violet Blue. HEX triplet: 99, 71 and 9E. RGB value is (153,113,158). Sum of RGB (Red+Green+Blue) = 153+113+158=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 158 - color contains mainly: blue. Hex color #99719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99719E is #668E61. Grayscale: #818181. Windows color (decimal): -6721122 or 10383769. OLE color: 10383769.

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

Color convert

RGB153113158-
CMYK0.030.2800.38
HSL293.33º18.83%53.14%-
HSV(B)293.33º28.48%61.96%-
XYZ25.2121.0535.08-
YUV130.09143.75144.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.08%
GREEN value IS 113 (44.53% from 255) = 26.65%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=36.08%
G=26.65%
B=37.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531131580.030.2800.38293.3318.8353.14
Hex99719E31C0261251335
Octal2311612363340464452365
Binary100110011110001100111101111100010011010010010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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