#986195

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

Shades of Violet Blue #986195

Tints of Violet Blue #986195

Color information

#986195 (or 0x986195) is unknown color: approx Violet Blue. HEX triplet: 98, 61 and 95. RGB value is (152,97,149). Sum of RGB (Red+Green+Blue) = 152+97+149=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #986195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986195 is #679E6A. Grayscale: #777777. Windows color (decimal): -6790763 or 9789848. OLE color: 9789848.

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

Color convert

RGB15297149-
CMYK00.360.020.40
HSL303.27º22.09%48.82%-
HSV(B)303.27º36.18%59.61%-
XYZ22.6517.3930.6-
YUV119.37144.72151.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.19%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=38.19%
G=24.37%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529714900.360.020.40303.2722.0948.82
Hex98619502422812f1631
Octal2301412250442504572661
Binary1001100011000011001010101001001010100010010111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986195; }

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

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

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

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

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

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

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

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