#98529D

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

Shades of Violet Blue #98529D

Tints of Violet Blue #98529D

Color information

#98529D (or 0x98529D) is unknown color: approx Violet Blue. HEX triplet: 98, 52 and 9D. RGB value is (152,82,157). Sum of RGB (Red+Green+Blue) = 152+82+157=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #98529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98529D is #67AD62. Grayscale: #6F6F6F. Windows color (decimal): -6794595 or 10310296. OLE color: 10310296.

HSL color Cylindrical-coordinate representation of color #98529D: hue angle of 296º degrees, saturation: 0.31, 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 #98529D is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15282157-
CMYK0.030.4800.38
HSL296º31.38%46.86%-
HSV(B)296º47.77%61.57%-
XYZ22.0515.1433.66-
YUV111.48153.69156.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=38.87%
G=20.97%
B=40.15%

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
Decimal152821570.030.4800.3829631.3846.86
Hex98529D3300261281f2f
Octal2301222353600464503757
Binary1001100010100101001110111110000010011010010100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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