#983070

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

Shades of Dark Purple #983070

Tints of Dark Purple #983070

Color information

#983070 (or 0x983070) is unknown color: approx Dark Purple. HEX triplet: 98, 30 and 70. RGB value is (152,48,112). Sum of RGB (Red+Green+Blue) = 152+48+112=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #983070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983070 is #67CF8F. Grayscale: #565656. Windows color (decimal): -6803344 or 7352472. OLE color: 7352472.

HSL color Cylindrical-coordinate representation of color #983070: hue angle of 323.08º 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 #983070 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB15248112-
CMYK00.680.260.40
HSL323.08º52%39.22%-
HSV(B)323.08º68.42%59.61%-
XYZ16.939.9616.36-
YUV86.39142.46174.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.72%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=48.72%
G=15.38%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524811200.680.260.40323.085239.22
Hex9830700441A281433427
Octal23060160010432505036447
Binary1001100011000011100000100010011010101000101000011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983070; }

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

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

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

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

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

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

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

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