#99689D

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

Shades of Violet Blue #99689D

Tints of Violet Blue #99689D

Color information

#99689D (or 0x99689D) is unknown color: approx Violet Blue. HEX triplet: 99, 68 and 9D. RGB value is (153,104,157). Sum of RGB (Red+Green+Blue) = 153+104+157=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #99689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99689D is #669762. Grayscale: #7C7C7C. Windows color (decimal): -6723427 or 10315929. OLE color: 10315929.

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

Color convert

RGB153104157-
CMYK0.030.3400.38
HSL295.47º21.29%51.18%-
HSV(B)295.47º33.76%61.57%-
XYZ24.1719.1134.31-
YUV124.69146.23148.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 104 (41.02% from 255) = 25.12%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=36.96%
G=25.12%
B=37.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531041570.030.3400.38295.4721.2951.18
Hex99689D3220261271533
Octal2311502353420464472563
Binary1001100111010001001110111100010010011010010011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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