#985296

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

Shades of Violet Blue #985296

Tints of Violet Blue #985296

Color information

#985296 (or 0x985296) is unknown color: approx Violet Blue. HEX triplet: 98, 52 and 96. RGB value is (152,82,150). Sum of RGB (Red+Green+Blue) = 152+82+150=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #985296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985296 is #67AD69. Grayscale: #6E6E6E. Windows color (decimal): -6794602 or 9851544. OLE color: 9851544.

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

Color convert

RGB15282150-
CMYK00.460.010.40
HSL301.71º29.91%45.88%-
HSV(B)301.71º46.05%59.61%-
XYZ21.4714.9130.6-
YUV110.68150.19157.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.58%
GREEN value IS 82 (32.42% from 255) = 21.35%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=39.58%
G=21.35%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528215000.460.010.40301.7129.9145.88
Hex98529602E12812e1e2e
Octal2301222260561504563656
Binary100110001010010100101100101110110100010010111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985296; }

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

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

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

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

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

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

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

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