#982191

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

Shades of Dark Purple #982191

Tints of Dark Purple #982191

Color information

#982191 (or 0x982191) is unknown color: approx Dark Purple. HEX triplet: 98, 21 and 91. RGB value is (152,33,145). Sum of RGB (Red+Green+Blue) = 152+33+145=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #982191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982191 is #67DE6E. Grayscale: #515151. Windows color (decimal): -6807151 or 9511320. OLE color: 9511320.

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

Color convert

RGB15233145-
CMYK00.780.050.40
HSL303.53º64.32%36.27%-
HSV(B)303.53º78.29%59.61%-
XYZ18.69.8127.7-
YUV81.35163.92178.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 33 (13.28% from 255) = 10%
BLUE value IS 145 (57.03% from 255) = 43.94%
R=46.06%
G=10%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523314500.780.050.40303.5364.3236.27
Hex98219104E5281304024
Octal23041221011655046010044
Binary1001100010000110010001010011101011010001001100001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982191; }

 p { color: rgb(152,33,145); }

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

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

 a { background-color: rgb(152,33,145); }

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

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

 span { border-color: rgb(152,33,145); }

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