#99529E

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

Shades of Violet Blue #99529E

Tints of Violet Blue #99529E

Color information

#99529E (or 0x99529E) is unknown color: approx Violet Blue. HEX triplet: 99, 52 and 9E. RGB value is (153,82,158). Sum of RGB (Red+Green+Blue) = 153+82+158=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #99529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99529E is #66AD61. Grayscale: #6F6F6F. Windows color (decimal): -6729058 or 10375833. OLE color: 10375833.

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

Color convert

RGB15382158-
CMYK0.030.4800.38
HSL296.05º31.67%47.06%-
HSV(B)296.05º48.1%61.96%-
XYZ22.3315.2834.12-
YUV111.89154.02157.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 158 (62.11% from 255) = 40.20%
R=38.93%
G=20.87%
B=40.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153821580.030.4800.38296.0531.6747.06
Hex99529E330026128202f
Octal2311222363600464504057
Binary10011001101001010011110111100000100110100101000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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