#985392

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

Shades of Violet Blue #985392

Tints of Violet Blue #985392

Color information

#985392 (or 0x985392) is unknown color: approx Violet Blue. HEX triplet: 98, 53 and 92. RGB value is (152,83,146). Sum of RGB (Red+Green+Blue) = 152+83+146=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #985392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985392 is #67AC6D. Grayscale: #6E6E6E. Windows color (decimal): -6794350 or 9589656. OLE color: 9589656.

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

Color convert

RGB15283146-
CMYK00.450.040.40
HSL305.22º29.36%46.08%-
HSV(B)305.22º45.39%59.61%-
XYZ21.2314.9428.96-
YUV110.81147.86157.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 83 (32.81% from 255) = 21.78%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=39.90%
G=21.78%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528314600.450.040.40305.2229.3646.08
Hex98539202D4281311d2e
Octal2301232220554504613556
Binary10011000101001110010010010110110010100010011000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985392; }

 p { color: rgb(152,83,146); }

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

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

 a { background-color: rgb(152,83,146); }

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

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

 span { border-color: rgb(152,83,146); }

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