#982575

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

Shades of Dark Purple #982575

Tints of Dark Purple #982575

Color information

#982575 (or 0x982575) is unknown color: approx Dark Purple. HEX triplet: 98, 25 and 75. RGB value is (152,37,117). Sum of RGB (Red+Green+Blue) = 152+37+117=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #982575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982575 is #67DA8A. Grayscale: #505050. Windows color (decimal): -6806155 or 7677336. OLE color: 7677336.

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

Color convert

RGB15237117-
CMYK00.760.230.40
HSL318.26º60.85%37.06%-
HSV(B)318.26º75.66%59.61%-
XYZ16.829.2817.73-
YUV80.5148.6179-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 37 (14.84% from 255) = 12.09%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=49.67%
G=12.09%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523711700.760.230.40318.2660.8537.06
Hex98257504C172813e3d25
Octal23045165011427504767545
Binary1001100010010111101010100110010111101000100111110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982575; }

 p { color: rgb(152,37,117); }

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

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

 a { background-color: rgb(152,37,117); }

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

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

 span { border-color: rgb(152,37,117); }

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