#981285

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

Shades of Dark Purple #981285

Tints of Dark Purple #981285

Color information

#981285 (or 0x981285) is unknown color: approx Dark Purple. HEX triplet: 98, 12 and 85. RGB value is (152,18,133). Sum of RGB (Red+Green+Blue) = 152+18+133=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #981285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981285 is #67ED7A. Grayscale: #464646. Windows color (decimal): -6811003 or 8721048. OLE color: 8721048.

HSL color Cylindrical-coordinate representation of color #981285: hue angle of 308.51º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981285 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB15218133-
CMYK00.880.130.40
HSL308.51º78.82%33.33%-
HSV(B)308.51º88.16%59.61%-
XYZ17.48.822.97-
YUV71.18162.89185.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.17%
GREEN value IS 18 (7.42% from 255) = 5.94%
BLUE value IS 133 (52.34% from 255) = 43.89%
R=50.17%
G=5.94%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521813300.880.130.40308.5178.8233.33
Hex981285058D281354f21
Octal230222050130155046511741
Binary1001100010010100001010101100011011010001001101011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981285; }

 p { color: rgb(152,18,133); }

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

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

 a { background-color: rgb(152,18,133); }

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

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

 span { border-color: rgb(152,18,133); }

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