#985E90

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

Shades of Violet Blue #985E90

Tints of Violet Blue #985E90

Color information

#985E90 (or 0x985E90) is unknown color: approx Violet Blue. HEX triplet: 98, 5E and 90. RGB value is (152,94,144). Sum of RGB (Red+Green+Blue) = 152+94+144=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #985E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985E90 is #67A16F. Grayscale: #747474. Windows color (decimal): -6791536 or 9461400. OLE color: 9461400.

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

Color convert

RGB15294144-
CMYK00.380.050.40
HSL308.28º23.58%48.24%-
HSV(B)308.28º38.16%59.61%-
XYZ21.9916.6928.45-
YUV117.04143.22152.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.97%
GREEN value IS 94 (37.11% from 255) = 24.10%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=38.97%
G=24.10%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529414400.380.050.40308.2823.5848.24
Hex985E900265281341830
Octal2301362200465504643060
Binary10011000101111010010000010011010110100010011010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,94,144); }

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

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

 a { background-color: rgb(152,94,144); }

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

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

 span { border-color: rgb(152,94,144); }

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