#983287

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

Shades of Dark Purple #983287

Tints of Dark Purple #983287

Color information

#983287 (or 0x983287) is unknown color: approx Dark Purple. HEX triplet: 98, 32 and 87. RGB value is (152,50,135). Sum of RGB (Red+Green+Blue) = 152+50+135=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #983287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983287 is #67CD78. Grayscale: #595959. Windows color (decimal): -6802809 or 8860312. OLE color: 8860312.

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

Color convert

RGB15250135-
CMYK00.670.110.40
HSL310º50.5%39.61%-
HSV(B)310º67.11%59.61%-
XYZ18.4610.7124.02-
YUV90.19153.29172.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 50 (19.92% from 255) = 14.84%
BLUE value IS 135 (53.12% from 255) = 40.06%
R=45.10%
G=14.84%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525013500.670.110.4031050.539.61
Hex983287043B281363228
Octal23062207010313504666250
Binary1001100011001010000111010000111011101000100110110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983287; }

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

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

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

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

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

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

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

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