#983674

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

Shades of Dark Purple #983674

Tints of Dark Purple #983674

Color information

#983674 (or 0x983674) is unknown color: approx Dark Purple. HEX triplet: 98, 36 and 74. RGB value is (152,54,116). Sum of RGB (Red+Green+Blue) = 152+54+116=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #983674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983674 is #67C98B. Grayscale: #5A5A5A. Windows color (decimal): -6801804 or 7616152. OLE color: 7616152.

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

Color convert

RGB15254116-
CMYK00.640.240.40
HSL322.04º47.57%40.39%-
HSV(B)322.04º64.47%59.61%-
XYZ17.4210.5717.65-
YUV90.37142.47171.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 116 (45.70% from 255) = 36.02%
R=47.20%
G=16.77%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525411600.640.240.40322.0447.5740.39
Hex98367404018281423028
Octal23066164010030505026050
Binary1001100011011011101000100000011000101000101000010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983674; }

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

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

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

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

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

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

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

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