#983978

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

Shades of Dark Purple #983978

Tints of Dark Purple #983978

Color information

#983978 (or 0x983978) is unknown color: approx Dark Purple. HEX triplet: 98, 39 and 78. RGB value is (152,57,120). Sum of RGB (Red+Green+Blue) = 152+57+120=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #983978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983978 is #67C687. Grayscale: #5C5C5C. Windows color (decimal): -6801032 or 7879064. OLE color: 7879064.

HSL color Cylindrical-coordinate representation of color #983978: hue angle of 320.21º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983978 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB15257120-
CMYK00.620.210.40
HSL320.21º45.45%40.98%-
HSV(B)320.21º62.5%59.61%-
XYZ17.810.9618.95-
YUV92.59143.47170.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 57 (22.66% from 255) = 17.33%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=46.20%
G=17.33%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525712000.620.210.40320.2145.4540.98
Hex98397803E15281402d29
Octal2307117007625505005551
Binary100110001110011111000011111010101101000101000000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983978; }

 p { color: rgb(152,57,120); }

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

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

 a { background-color: rgb(152,57,120); }

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

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

 span { border-color: rgb(152,57,120); }

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