#985492

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

Shades of Violet Blue #985492

Tints of Violet Blue #985492

Color information

#985492 (or 0x985492) is unknown color: approx Violet Blue. HEX triplet: 98, 54 and 92. RGB value is (152,84,146). Sum of RGB (Red+Green+Blue) = 152+84+146=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #985492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985492 is #67AB6D. Grayscale: #6F6F6F. Windows color (decimal): -6794094 or 9589912. OLE color: 9589912.

HSL color Cylindrical-coordinate representation of color #985492: hue angle of 305.29º 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 #985492 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB15284146-
CMYK00.450.040.40
HSL305.29º28.81%46.27%-
HSV(B)305.29º44.74%59.61%-
XYZ21.3115.0928.98-
YUV111.4147.53156.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.79%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 146 (57.42% from 255) = 38.22%
R=39.79%
G=21.99%
B=38.22%

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
Decimal1528414600.450.040.40305.2928.8146.27
Hex98549202D4281311d2e
Octal2301242220554504613556
Binary10011000101010010010010010110110010100010011000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985492; }

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

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

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

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

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

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

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

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