#982190

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

Shades of Dark Purple #982190

Tints of Dark Purple #982190

Color information

#982190 (or 0x982190) is unknown color: approx Dark Purple. HEX triplet: 98, 21 and 90. RGB value is (152,33,144). Sum of RGB (Red+Green+Blue) = 152+33+144=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #982190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982190 is #67DE6F. Grayscale: #505050. Windows color (decimal): -6807152 or 9445784. OLE color: 9445784.

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

Color convert

RGB15233144-
CMYK00.780.050.40
HSL304.03º64.32%36.27%-
HSV(B)304.03º78.29%59.61%-
XYZ18.539.7827.3-
YUV81.24163.42178.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 33 (13.28% from 255) = 10.03%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=46.20%
G=10.03%
B=43.77%

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
Decimal1523314400.780.050.40304.0364.3236.27
Hex98219004E5281304024
Octal23041220011655046010044
Binary1001100010000110010000010011101011010001001100001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982190; }

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

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

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

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

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

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

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

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