#981C90

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

Shades of Dark Purple #981C90

Tints of Dark Purple #981C90

Color information

#981C90 (or 0x981C90) is unknown color: approx Dark Purple. HEX triplet: 98, 1C and 90. RGB value is (152,28,144). Sum of RGB (Red+Green+Blue) = 152+28+144=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #981C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981C90 is #67E36F. Grayscale: #4D4D4D. Windows color (decimal): -6808432 or 9444504. OLE color: 9444504.

HSL color Cylindrical-coordinate representation of color #981C90: hue angle of 303.87º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C90 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB15228144-
CMYK00.820.050.40
HSL303.87º68.89%35.29%-
HSV(B)303.87º81.58%59.61%-
XYZ18.49.5227.25-
YUV78.3165.08180.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 28 (11.33% from 255) = 8.64%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=46.91%
G=8.64%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522814400.820.050.40303.8768.8935.29
Hex981C900525281304523
Octal23034220012255046010543
Binary100110001110010010000010100101011010001001100001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981C90; }

 p { color: rgb(152,28,144); }

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

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

 a { background-color: rgb(152,28,144); }

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

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

 span { border-color: rgb(152,28,144); }

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