#99528E

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

Shades of Violet Blue #99528E

Tints of Violet Blue #99528E

Color information

#99528E (or 0x99528E) is unknown color: approx Violet Blue. HEX triplet: 99, 52 and 8E. RGB value is (153,82,142). Sum of RGB (Red+Green+Blue) = 153+82+142=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #99528E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99528E is #66AD71. Grayscale: #6D6D6D. Windows color (decimal): -6729074 or 9327257. OLE color: 9327257.

HSL color Cylindrical-coordinate representation of color #99528E: hue angle of 309.3º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99528E is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB15382142-
CMYK00.460.070.4
HSL309.3º30.21%46.08%-
HSV(B)309.3º46.41%60%-
XYZ21.0414.7627.33-
YUV110.07146.02158.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=40.58%
G=21.75%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538214200.460.070.4309.330.2146.08
Hex99528E02E7281351e2e
Octal2311222160567504653656
Binary10011001101001010001110010111011110100010011010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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