#983072

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

Shades of Dark Purple #983072

Tints of Dark Purple #983072

Color information

#983072 (or 0x983072) is unknown color: approx Dark Purple. HEX triplet: 98, 30 and 72. RGB value is (152,48,114). Sum of RGB (Red+Green+Blue) = 152+48+114=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #983072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983072 is #67CF8D. Grayscale: #565656. Windows color (decimal): -6803342 or 7483544. OLE color: 7483544.

HSL color Cylindrical-coordinate representation of color #983072: hue angle of 321.92º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983072 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB15248114-
CMYK00.680.250.40
HSL321.92º52%39.22%-
HSV(B)321.92º68.42%59.61%-
XYZ17.041016.95-
YUV86.62143.46174.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.41%
GREEN value IS 48 (19.14% from 255) = 15.29%
BLUE value IS 114 (44.92% from 255) = 36.31%
R=48.41%
G=15.29%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524811400.680.250.40321.925239.22
Hex98307204419281423427
Octal23060162010431505026447
Binary1001100011000011100100100010011001101000101000010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983072; }

 p { color: rgb(152,48,114); }

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

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

 a { background-color: rgb(152,48,114); }

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

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

 span { border-color: rgb(152,48,114); }

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