#985C9C

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

Shades of Violet Blue #985C9C

Tints of Violet Blue #985C9C

Color information

#985C9C (or 0x985C9C) is unknown color: approx Violet Blue. HEX triplet: 98, 5C and 9C. RGB value is (152,92,156). Sum of RGB (Red+Green+Blue) = 152+92+156=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #985C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985C9C is #67A363. Grayscale: #757575. Windows color (decimal): -6792036 or 10247320. OLE color: 10247320.

HSL color Cylindrical-coordinate representation of color #985C9C: hue angle of 296.25º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985C9C is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15292156-
CMYK0.030.4100.39
HSL296.25º25.81%48.63%-
HSV(B)296.25º41.03%61.18%-
XYZ22.7816.7333.48-
YUV117.24149.88152.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38%
GREEN value IS 92 (36.33% from 255) = 23%
BLUE value IS 156 (61.33% from 255) = 39%
R=38%
G=23%
B=39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152921560.030.4100.39296.2525.8148.63
Hex985C9C3290271281a31
Octal2301342343510474503261
Binary1001100010111001001110011101001010011110010100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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