#983376

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

Shades of Dark Purple #983376

Tints of Dark Purple #983376

Color information

#983376 (or 0x983376) is unknown color: approx Dark Purple. HEX triplet: 98, 33 and 76. RGB value is (152,51,118). Sum of RGB (Red+Green+Blue) = 152+51+118=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #983376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983376 is #67CC89. Grayscale: #585858. Windows color (decimal): -6802570 or 7746456. OLE color: 7746456.

HSL color Cylindrical-coordinate representation of color #983376: hue angle of 320.2º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983376 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB15251118-
CMYK00.660.220.40
HSL320.2º49.75%39.8%-
HSV(B)320.2º66.45%59.61%-
XYZ17.410.3518.22-
YUV88.84144.46173.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=47.35%
G=15.89%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525111800.660.220.40320.249.7539.8
Hex98337604216281403228
Octal23063166010226505006250
Binary1001100011001111101100100001010110101000101000000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983376; }

 p { color: rgb(152,51,118); }

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

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

 a { background-color: rgb(152,51,118); }

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

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

 span { border-color: rgb(152,51,118); }

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