#985B8E

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

Shades of Violet Blue #985B8E

Tints of Violet Blue #985B8E

Color information

#985B8E (or 0x985B8E) is unknown color: approx Violet Blue. HEX triplet: 98, 5B and 8E. RGB value is (152,91,142). Sum of RGB (Red+Green+Blue) = 152+91+142=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #985B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985B8E is #67A471. Grayscale: #727272. Windows color (decimal): -6792306 or 9329560. OLE color: 9329560.

HSL color Cylindrical-coordinate representation of color #985B8E: hue angle of 309.84º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #985B8E is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15291142-
CMYK00.400.070.40
HSL309.84º25.1%47.65%-
HSV(B)309.84º40.13%59.61%-
XYZ21.5716.1127.56-
YUV115.05143.21154.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.48%
GREEN value IS 91 (35.94% from 255) = 23.64%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=39.48%
G=23.64%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529114200.400.070.40309.8425.147.65
Hex985B8E0287281361930
Octal2301332160507504663160
Binary10011000101101110001110010100011110100010011011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985B8E; }

 p { color: rgb(152,91,142); }

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

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

 a { background-color: rgb(152,91,142); }

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

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

 span { border-color: rgb(152,91,142); }

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