#98187A

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

Shades of Dark Purple #98187A

Tints of Dark Purple #98187A

Color information

#98187A (or 0x98187A) is unknown color: approx Dark Purple. HEX triplet: 98, 18 and 7A. RGB value is (152,24,122). Sum of RGB (Red+Green+Blue) = 152+24+122=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #98187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98187A is #67E785. Grayscale: #494949. Windows color (decimal): -6809478 or 8001688. OLE color: 8001688.

HSL color Cylindrical-coordinate representation of color #98187A: hue angle of 314.06º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98187A is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15224122-
CMYK00.840.200.40
HSL314.06º72.73%34.51%-
HSV(B)314.06º84.21%59.61%-
XYZ16.798.7319.21-
YUV73.44155.41184.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 24 (9.77% from 255) = 8.05%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=51.01%
G=8.05%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522412200.840.200.40314.0672.7334.51
Hex98187A054142813a4923
Octal230301720124245047211143
Binary1001100011000111101001010100101001010001001110101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98187A; }

 p { color: rgb(152,24,122); }

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

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

 a { background-color: rgb(152,24,122); }

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

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

 span { border-color: rgb(152,24,122); }

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