#983283

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

Shades of Dark Purple #983283

Tints of Dark Purple #983283

Color information

#983283 (or 0x983283) is unknown color: approx Dark Purple. HEX triplet: 98, 32 and 83. RGB value is (152,50,131). Sum of RGB (Red+Green+Blue) = 152+50+131=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #983283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983283 is #67CD7C. Grayscale: #595959. Windows color (decimal): -6802813 or 8598168. OLE color: 8598168.

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

Color convert

RGB15250131-
CMYK00.670.140.40
HSL312.35º50.5%39.61%-
HSV(B)312.35º67.11%59.61%-
XYZ18.1910.622.56-
YUV89.73151.29172.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 50 (19.92% from 255) = 15.02%
BLUE value IS 131 (51.56% from 255) = 39.34%
R=45.65%
G=15.02%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525013100.670.140.40312.3550.539.61
Hex983283043E281383228
Octal23062203010316504706250
Binary1001100011001010000011010000111110101000100111000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983283; }

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

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

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

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

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

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

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

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