#982279

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

Shades of Dark Purple #982279

Tints of Dark Purple #982279

Color information

#982279 (or 0x982279) is unknown color: approx Dark Purple. HEX triplet: 98, 22 and 79. RGB value is (152,34,121). Sum of RGB (Red+Green+Blue) = 152+34+121=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #982279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982279 is #67DD86. Grayscale: #4E4E4E. Windows color (decimal): -6806919 or 7938712. OLE color: 7938712.

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

Color convert

RGB15234121-
CMYK00.780.200.40
HSL315.76º63.44%36.47%-
HSV(B)315.76º77.63%59.61%-
XYZ16.979.218.97-
YUV79.2151.59179.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 34 (13.67% from 255) = 11.07%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=49.51%
G=11.07%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523412100.780.200.40315.7663.4436.47
Hex98227904E142813c3f24
Octal23042171011624504747744
Binary1001100010001011110010100111010100101000100111100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982279; }

 p { color: rgb(152,34,121); }

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

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

 a { background-color: rgb(152,34,121); }

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

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

 span { border-color: rgb(152,34,121); }

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