#985D93

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

Shades of Violet Blue #985D93

Tints of Violet Blue #985D93

Color information

#985D93 (or 0x985D93) is unknown color: approx Violet Blue. HEX triplet: 98, 5D and 93. RGB value is (152,93,147). Sum of RGB (Red+Green+Blue) = 152+93+147=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #985D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985D93 is #67A26C. Grayscale: #747474. Windows color (decimal): -6791789 or 9657752. OLE color: 9657752.

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

Color convert

RGB15293147-
CMYK00.390.030.40
HSL305.08º24.08%48.04%-
HSV(B)305.08º38.82%59.61%-
XYZ22.1316.6129.64-
YUV116.8145.05153.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.78%
GREEN value IS 93 (36.72% from 255) = 23.72%
BLUE value IS 147 (57.81% from 255) = 37.5%
R=38.78%
G=23.72%
B=37.5%

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
Decimal1529314700.390.030.40305.0824.0848.04
Hex985D930273281311830
Octal2301352230473504613060
Binary1001100010111011001001101001111110100010011000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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