#985195

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

Shades of Violet Blue #985195

Tints of Violet Blue #985195

Color information

#985195 (or 0x985195) is unknown color: approx Violet Blue. HEX triplet: 98, 51 and 95. RGB value is (152,81,149). Sum of RGB (Red+Green+Blue) = 152+81+149=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #985195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985195 is #67AE6A. Grayscale: #6D6D6D. Windows color (decimal): -6794859 or 9785752. OLE color: 9785752.

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

Color convert

RGB15281149-
CMYK00.470.020.40
HSL302.54º30.47%45.69%-
HSV(B)302.54º46.71%59.61%-
XYZ21.3214.7330.15-
YUV109.98150.02157.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.79%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=39.79%
G=21.20%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528114900.470.020.40302.5430.4745.69
Hex98519502F22812f1e2e
Octal2301212250572504573656
Binary1001100010100011001010101011111010100010010111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985195; }

 p { color: rgb(152,81,149); }

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

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

 a { background-color: rgb(152,81,149); }

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

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

 span { border-color: rgb(152,81,149); }

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