#98529B

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

Shades of Violet Blue #98529B

Tints of Violet Blue #98529B

Color information

#98529B (or 0x98529B) is unknown color: approx Violet Blue. HEX triplet: 98, 52 and 9B. RGB value is (152,82,155). Sum of RGB (Red+Green+Blue) = 152+82+155=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #98529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98529B is #67AD64. Grayscale: #6F6F6F. Windows color (decimal): -6794597 or 10179224. OLE color: 10179224.

HSL color Cylindrical-coordinate representation of color #98529B: hue angle of 297.53º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98529B is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15282155-
CMYK0.020.4700.39
HSL297.53º30.8%46.47%-
HSV(B)297.53º47.1%60.78%-
XYZ21.8815.0832.77-
YUV111.25152.69157.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=39.07%
G=21.08%
B=39.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152821550.020.4700.39297.5330.846.47
Hex98529B22F02712a1f2e
Octal2301222332570474523756
Binary1001100010100101001101110101111010011110010101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98529B; }

 p { color: rgb(152,82,155); }

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

<style>
 a { background-color: #98529B; }

 a { background-color: rgb(152,82,155); }

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

<style>
 span { border-color: #98529B; }

 span { border-color: rgb(152,82,155); }

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