#98578C

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

Shades of Violet Blue #98578C

Tints of Violet Blue #98578C

Color information

#98578C (or 0x98578C) is unknown color: approx Violet Blue. HEX triplet: 98, 57 and 8C. RGB value is (152,87,140). Sum of RGB (Red+Green+Blue) = 152+87+140=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #98578C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98578C is #67A873. Grayscale: #707070. Windows color (decimal): -6793332 or 9197464. OLE color: 9197464.

HSL color Cylindrical-coordinate representation of color #98578C: hue angle of 311.08º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98578C is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB15287140-
CMYK00.430.080.40
HSL311.08º27.2%46.86%-
HSV(B)311.08º42.76%59.61%-
XYZ21.0915.3926.67-
YUV112.48143.53156.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 87 (34.38% from 255) = 22.96%
BLUE value IS 140 (55.08% from 255) = 36.94%
R=40.11%
G=22.96%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528714000.430.080.40311.0827.246.86
Hex98578C02B8281371b2f
Octal23012721405310504673357
Binary100110001010111100011000101011100010100010011011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98578C; }

 p { color: rgb(152,87,140); }

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

<style>
 a { background-color: #98578C; }

 a { background-color: rgb(152,87,140); }

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

<style>
 span { border-color: #98578C; }

 span { border-color: rgb(152,87,140); }

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