#98196F

Color #98196F Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #98196F

Tints of Dark Purple #98196F

Color information

#98196F (or 0x98196F) is unknown color: approx Dark Purple. HEX triplet: 98, 19 and 6F. RGB value is (152,25,111). Sum of RGB (Red+Green+Blue) = 152+25+111=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #98196F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98196F is #67E690. Grayscale: #484848. Windows color (decimal): -6809233 or 7281048. OLE color: 7281048.

HSL color Cylindrical-coordinate representation of color #98196F: hue angle of 319.37º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98196F is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB15225111-
CMYK00.840.270.40
HSL319.37º71.75%34.71%-
HSV(B)319.37º83.55%59.61%-
XYZ16.178.5215.83-
YUV72.78149.58184.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.78%
GREEN value IS 25 (10.16% from 255) = 8.68%
BLUE value IS 111 (43.75% from 255) = 38.54%
R=52.78%
G=8.68%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522511100.840.270.40319.3771.7534.71
Hex98196F0541B2813f4823
Octal230311570124335047711043
Binary1001100011001110111101010100110111010001001111111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98196F; }

 p { color: rgb(152,25,111); }

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

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

 a { background-color: rgb(152,25,111); }

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

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

 span { border-color: rgb(152,25,111); }

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