#983384

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

Shades of Dark Purple #983384

Tints of Dark Purple #983384

Color information

#983384 (or 0x983384) is unknown color: approx Dark Purple. HEX triplet: 98, 33 and 84. RGB value is (152,51,132). Sum of RGB (Red+Green+Blue) = 152+51+132=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #983384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983384 is #67CC7B. Grayscale: #5A5A5A. Windows color (decimal): -6802556 or 8663960. OLE color: 8663960.

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

Color convert

RGB15251132-
CMYK00.660.130.40
HSL311.88º49.75%39.8%-
HSV(B)311.88º66.45%59.61%-
XYZ18.310.7122.93-
YUV90.43151.46171.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=45.37%
G=15.22%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525113200.660.130.40311.8849.7539.8
Hex983384042D281383228
Octal23063204010215504706250
Binary1001100011001110000100010000101101101000100111000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983384; }

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

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

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

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

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

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

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

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