#99659D

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

Shades of Violet Blue #99659D

Tints of Violet Blue #99659D

Color information

#99659D (or 0x99659D) is unknown color: approx Violet Blue. HEX triplet: 99, 65 and 9D. RGB value is (153,101,157). Sum of RGB (Red+Green+Blue) = 153+101+157=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #99659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99659D is #669A62. Grayscale: #7A7A7A. Windows color (decimal): -6724195 or 10315161. OLE color: 10315161.

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

Color convert

RGB153101157-
CMYK0.030.3600.38
HSL295.71º22.22%50.59%-
HSV(B)295.71º35.67%61.57%-
XYZ23.8818.5134.21-
YUV122.93147.23149.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=37.23%
G=24.57%
B=38.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531011570.030.3600.38295.7122.2250.59
Hex99659D3240261281633
Octal2311452353440464502663
Binary1001100111001011001110111100100010011010010100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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