#985EA2

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

Shades of Violet Blue #985EA2

Tints of Violet Blue #985EA2

Color information

#985EA2 (or 0x985EA2) is unknown color: approx Violet Blue. HEX triplet: 98, 5E and A2. RGB value is (152,94,162). Sum of RGB (Red+Green+Blue) = 152+94+162=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 162 - color contains mainly: blue. Hex color #985EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985EA2 is #67A15D. Grayscale: #767676. Windows color (decimal): -6791518 or 10641048. OLE color: 10641048.

HSL color Cylindrical-coordinate representation of color #985EA2: hue angle of 291.18º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #985EA2 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15294162-
CMYK0.060.4200.36
HSL291.18º26.77%50.2%-
HSV(B)291.18º41.98%63.53%-
XYZ23.4717.2936.28-
YUV119.09152.22151.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 94 (37.11% from 255) = 23.04%
BLUE value IS 162 (63.67% from 255) = 39.71%
R=37.25%
G=23.04%
B=39.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152941620.060.4200.36291.1826.7750.2
Hex985EA262A0241231b32
Octal2301362426520444433362
Binary10011000101111010100010110101010010010010010001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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