#983583

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

Shades of Dark Purple #983583

Tints of Dark Purple #983583

Color information

#983583 (or 0x983583) is unknown color: approx Dark Purple. HEX triplet: 98, 35 and 83. RGB value is (152,53,131). Sum of RGB (Red+Green+Blue) = 152+53+131=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #983583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983583 is #67CA7C. Grayscale: #5B5B5B. Windows color (decimal): -6802045 or 8598936. OLE color: 8598936.

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

Color convert

RGB15253131-
CMYK00.650.140.40
HSL312.73º48.29%40.2%-
HSV(B)312.73º65.13%59.61%-
XYZ18.3210.8622.6-
YUV91.49150.3171.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 53 (21.09% from 255) = 15.77%
BLUE value IS 131 (51.56% from 255) = 38.99%
R=45.24%
G=15.77%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525313100.650.140.40312.7348.2940.2
Hex983583041E281393028
Octal23065203010116504716050
Binary1001100011010110000011010000011110101000100111001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983583; }

 p { color: rgb(152,53,131); }

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

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

 a { background-color: rgb(152,53,131); }

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

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

 span { border-color: rgb(152,53,131); }

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