#983288

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

Shades of Dark Purple #983288

Tints of Dark Purple #983288

Color information

#983288 (or 0x983288) is unknown color: approx Dark Purple. HEX triplet: 98, 32 and 88. RGB value is (152,50,136). Sum of RGB (Red+Green+Blue) = 152+50+136=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #983288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983288 is #67CD77. Grayscale: #5A5A5A. Windows color (decimal): -6802808 or 8925848. OLE color: 8925848.

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

Color convert

RGB15250136-
CMYK00.670.110.40
HSL309.41º50.5%39.61%-
HSV(B)309.41º67.11%59.61%-
XYZ18.5310.7324.39-
YUV90.3153.79172.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 50 (19.92% from 255) = 14.79%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=44.97%
G=14.79%
B=40.24%

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
Decimal1525013600.670.110.40309.4150.539.61
Hex983288043B281353228
Octal23062210010313504656250
Binary1001100011001010001000010000111011101000100110101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983288; }

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

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

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

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

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

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

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

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