#985C8E

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

Shades of Violet Blue #985C8E

Tints of Violet Blue #985C8E

Color information

#985C8E (or 0x985C8E) is unknown color: approx Violet Blue. HEX triplet: 98, 5C and 8E. RGB value is (152,92,142). Sum of RGB (Red+Green+Blue) = 152+92+142=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #985C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985C8E is #67A371. Grayscale: #737373. Windows color (decimal): -6792050 or 9329816. OLE color: 9329816.

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

Color convert

RGB15292142-
CMYK00.390.070.40
HSL310º24.59%47.84%-
HSV(B)310º39.47%59.61%-
XYZ21.6616.2827.59-
YUV115.64142.88153.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.38%
GREEN value IS 92 (36.33% from 255) = 23.83%
BLUE value IS 142 (55.86% from 255) = 36.79%
R=39.38%
G=23.83%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529214200.390.070.4031024.5947.84
Hex985C8E0277281361930
Octal2301342160477504663160
Binary10011000101110010001110010011111110100010011011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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