#985596

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

Shades of Violet Blue #985596

Tints of Violet Blue #985596

Color information

#985596 (or 0x985596) is unknown color: approx Violet Blue. HEX triplet: 98, 55 and 96. RGB value is (152,85,150). Sum of RGB (Red+Green+Blue) = 152+85+150=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #985596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985596 is #67AA69. Grayscale: #707070. Windows color (decimal): -6793834 or 9852312. OLE color: 9852312.

HSL color Cylindrical-coordinate representation of color #985596: hue angle of 301.79º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985596 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15285150-
CMYK00.440.010.40
HSL301.79º28.27%46.47%-
HSV(B)301.79º44.08%59.61%-
XYZ21.715.3730.68-
YUV112.44149.2156.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.28%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=39.28%
G=21.96%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528515000.440.010.40301.7928.2746.47
Hex98559602C12812e1c2e
Octal2301252260541504563456
Binary100110001010101100101100101100110100010010111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985596; }

 p { color: rgb(152,85,150); }

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

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

 a { background-color: rgb(152,85,150); }

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

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

 span { border-color: rgb(152,85,150); }

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