#982378

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

Shades of Dark Purple #982378

Tints of Dark Purple #982378

Color information

#982378 (or 0x982378) is unknown color: approx Dark Purple. HEX triplet: 98, 23 and 78. RGB value is (152,35,120). Sum of RGB (Red+Green+Blue) = 152+35+120=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #982378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982378 is #67DC87. Grayscale: #4F4F4F. Windows color (decimal): -6806664 or 7873432. OLE color: 7873432.

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

Color convert

RGB15235120-
CMYK00.770.210.40
HSL316.41º62.57%36.67%-
HSV(B)316.41º76.97%59.61%-
XYZ16.949.2318.66-
YUV79.67150.76179.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 35 (14.06% from 255) = 11.40%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=49.51%
G=11.40%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523512000.770.210.40316.4162.5736.67
Hex98237804D152813c3f25
Octal23043170011525504747745
Binary1001100010001111110000100110110101101000100111100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982378; }

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

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

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

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

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

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

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

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