#985C93

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

Shades of Violet Blue #985C93

Tints of Violet Blue #985C93

Color information

#985C93 (or 0x985C93) is unknown color: approx Violet Blue. HEX triplet: 98, 5C and 93. RGB value is (152,92,147). Sum of RGB (Red+Green+Blue) = 152+92+147=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #985C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985C93 is #67A36C. Grayscale: #747474. Windows color (decimal): -6792045 or 9657496. OLE color: 9657496.

HSL color Cylindrical-coordinate representation of color #985C93: hue angle of 305º 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 #985C93 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB15292147-
CMYK00.390.030.40
HSL305º24.59%47.84%-
HSV(B)305º39.47%59.61%-
XYZ22.0416.4429.61-
YUV116.21145.38153.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 92 (36.33% from 255) = 23.53%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=38.87%
G=23.53%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529214700.390.030.4030524.5947.84
Hex985C930273281311930
Octal2301342230473504613160
Binary1001100010111001001001101001111110100010011000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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