#982883

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

Shades of Dark Purple #982883

Tints of Dark Purple #982883

Color information

#982883 (or 0x982883) is unknown color: approx Dark Purple. HEX triplet: 98, 28 and 83. RGB value is (152,40,131). Sum of RGB (Red+Green+Blue) = 152+40+131=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #982883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982883 is #67D77C. Grayscale: #535353. Windows color (decimal): -6805373 or 8595608. OLE color: 8595608.

HSL color Cylindrical-coordinate representation of color #982883: hue angle of 311.25º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982883 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15240131-
CMYK00.740.140.40
HSL311.25º58.33%37.65%-
HSV(B)311.25º73.68%59.61%-
XYZ17.89.8322.43-
YUV83.86154.61176.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.06%
GREEN value IS 40 (16.02% from 255) = 12.38%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=47.06%
G=12.38%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524013100.740.140.40311.2558.3337.65
Hex98288304AE281373a26
Octal23050203011216504677246
Binary1001100010100010000011010010101110101000100110111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982883; }

 p { color: rgb(152,40,131); }

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

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

 a { background-color: rgb(152,40,131); }

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

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

 span { border-color: rgb(152,40,131); }

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