#982182

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

Shades of Dark Purple #982182

Tints of Dark Purple #982182

Color information

#982182 (or 0x982182) is unknown color: approx Dark Purple. HEX triplet: 98, 21 and 82. RGB value is (152,33,130). Sum of RGB (Red+Green+Blue) = 152+33+130=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #982182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982182 is #67DE7D. Grayscale: #4F4F4F. Windows color (decimal): -6807166 or 8528280. OLE color: 8528280.

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

Color convert

RGB15233130-
CMYK00.780.140.40
HSL311.09º64.32%36.27%-
HSV(B)311.09º78.29%59.61%-
XYZ17.529.3722.01-
YUV79.64156.42179.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 33 (13.28% from 255) = 10.48%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=48.25%
G=10.48%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523313000.780.140.40311.0964.3236.27
Hex98218204EE281374024
Octal230412020116165046710044
Binary10011000100001100000100100111011101010001001101111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982182; }

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

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

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

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

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

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

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

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