#985896

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

Shades of Violet Blue #985896

Tints of Violet Blue #985896

Color information

#985896 (or 0x985896) is unknown color: approx Violet Blue. HEX triplet: 98, 58 and 96. RGB value is (152,88,150). Sum of RGB (Red+Green+Blue) = 152+88+150=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #985896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985896 is #67A769. Grayscale: #727272. Windows color (decimal): -6793066 or 9853080. OLE color: 9853080.

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

Color convert

RGB15288150-
CMYK00.420.010.40
HSL301.88º26.67%47.06%-
HSV(B)301.88º42.11%59.61%-
XYZ21.9415.8630.76-
YUV114.2148.2154.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.97%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=38.97%
G=22.56%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528815000.420.010.40301.8826.6747.06
Hex98589602A12812e1b2f
Octal2301302260521504563357
Binary100110001011000100101100101010110100010010111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985896; }

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

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

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

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

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

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

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

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