#985293

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

Shades of Violet Blue #985293

Tints of Violet Blue #985293

Color information

#985293 (or 0x985293) is unknown color: approx Violet Blue. HEX triplet: 98, 52 and 93. RGB value is (152,82,147). Sum of RGB (Red+Green+Blue) = 152+82+147=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #985293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985293 is #67AD6C. Grayscale: #6E6E6E. Windows color (decimal): -6794605 or 9654936. OLE color: 9654936.

HSL color Cylindrical-coordinate representation of color #985293: hue angle of 304.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #985293 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB15282147-
CMYK00.460.030.40
HSL304.29º29.91%45.88%-
HSV(B)304.29º46.05%59.61%-
XYZ21.2314.8229.34-
YUV110.34148.69157.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 82 (32.42% from 255) = 21.52%
BLUE value IS 147 (57.81% from 255) = 38.58%
R=39.90%
G=21.52%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528214700.460.030.40304.2929.9145.88
Hex98529302E3281301e2e
Octal2301222230563504603656
Binary1001100010100101001001101011101110100010011000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985293; }

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

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

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

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

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

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

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

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