#983684

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

Shades of Dark Purple #983684

Tints of Dark Purple #983684

Color information

#983684 (or 0x983684) is unknown color: approx Dark Purple. HEX triplet: 98, 36 and 84. RGB value is (152,54,132). Sum of RGB (Red+Green+Blue) = 152+54+132=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #983684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983684 is #67C97B. Grayscale: #5B5B5B. Windows color (decimal): -6801788 or 8664728. OLE color: 8664728.

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

Color convert

RGB15254132-
CMYK00.640.130.40
HSL312.24º47.57%40.39%-
HSV(B)312.24º64.47%59.61%-
XYZ18.4310.9822.98-
YUV92.19150.47170.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 54 (21.48% from 255) = 15.98%
BLUE value IS 132 (51.95% from 255) = 39.05%
R=44.97%
G=15.98%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525413200.640.130.40312.2447.5740.39
Hex983684040D281383028
Octal23066204010015504706050
Binary1001100011011010000100010000001101101000100111000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983684; }

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

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

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

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

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

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

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

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