#982381

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

Shades of Dark Purple #982381

Tints of Dark Purple #982381

Color information

#982381 (or 0x982381) is unknown color: approx Dark Purple. HEX triplet: 98, 23 and 81. RGB value is (152,35,129). Sum of RGB (Red+Green+Blue) = 152+35+129=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #982381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982381 is #67DC7E. Grayscale: #505050. Windows color (decimal): -6806655 or 8463256. OLE color: 8463256.

HSL color Cylindrical-coordinate representation of color #982381: hue angle of 311.79º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982381 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB15235129-
CMYK00.770.150.40
HSL311.79º62.57%36.67%-
HSV(B)311.79º76.97%59.61%-
XYZ17.519.4621.67-
YUV80.7155.26178.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 35 (14.06% from 255) = 11.08%
BLUE value IS 129 (50.78% from 255) = 40.82%
R=48.10%
G=11.08%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523512900.770.150.40311.7962.5736.67
Hex98238104DF281383f25
Octal23043201011517504707745
Binary1001100010001110000001010011011111101000100111000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982381; }

 p { color: rgb(152,35,129); }

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

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

 a { background-color: rgb(152,35,129); }

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

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

 span { border-color: rgb(152,35,129); }

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