#99659A

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

Shades of Violet Blue #99659A

Tints of Violet Blue #99659A

Color information

#99659A (or 0x99659A) is unknown color: approx Violet Blue. HEX triplet: 99, 65 and 9A. RGB value is (153,101,154). Sum of RGB (Red+Green+Blue) = 153+101+154=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 154 - color contains mainly: blue. Hex color #99659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99659A is #669A65. Grayscale: #7A7A7A. Windows color (decimal): -6724198 or 10118553. OLE color: 10118553.

HSL color Cylindrical-coordinate representation of color #99659A: hue angle of 298.87º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99659A is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB153101154-
CMYK0.010.3400.40
HSL298.87º20.78%50%-
HSV(B)298.87º34.42%60.39%-
XYZ23.6218.4132.88-
YUV122.59145.73149.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.5%
GREEN value IS 101 (39.84% from 255) = 24.75%
BLUE value IS 154 (60.55% from 255) = 37.75%
R=37.5%
G=24.75%
B=37.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1531011540.010.3400.40298.8720.7850
Hex99659A12202812b1532
Octal2311452321420504532562
Binary100110011100101100110101100010010100010010101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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