#982682

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

Shades of Dark Purple #982682

Tints of Dark Purple #982682

Color information

#982682 (or 0x982682) is unknown color: approx Dark Purple. HEX triplet: 98, 26 and 82. RGB value is (152,38,130). Sum of RGB (Red+Green+Blue) = 152+38+130=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #982682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982682 is #67D97D. Grayscale: #525252. Windows color (decimal): -6805886 or 8529560. OLE color: 8529560.

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

Color convert

RGB15238130-
CMYK00.750.140.40
HSL311.58º60%37.25%-
HSV(B)311.58º75%59.61%-
XYZ17.679.6722.05-
YUV82.57154.77177.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 38 (15.23% from 255) = 11.88%
BLUE value IS 130 (51.17% from 255) = 40.62%
R=47.5%
G=11.88%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523813000.750.140.40311.586037.25
Hex98268204BE281383c25
Octal23046202011316504707445
Binary1001100010011010000010010010111110101000100111000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982682; }

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

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

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

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

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

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

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

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