#98218B

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

Shades of Dark Purple #98218B

Tints of Dark Purple #98218B

Color information

#98218B (or 0x98218B) is unknown color: approx Dark Purple. HEX triplet: 98, 21 and 8B. RGB value is (152,33,139). Sum of RGB (Red+Green+Blue) = 152+33+139=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #98218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98218B is #67DE74. Grayscale: #505050. Windows color (decimal): -6807157 or 9118104. OLE color: 9118104.

HSL color Cylindrical-coordinate representation of color #98218B: hue angle of 306.55º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98218B is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15233139-
CMYK00.780.090.40
HSL306.55º64.32%36.27%-
HSV(B)306.55º78.29%59.61%-
XYZ18.159.6325.33-
YUV80.67160.92178.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 33 (13.28% from 255) = 10.19%
BLUE value IS 139 (54.69% from 255) = 42.90%
R=46.91%
G=10.19%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523313900.780.090.40306.5564.3236.27
Hex98218B04E9281334024
Octal230412130116115046310044
Binary10011000100001100010110100111010011010001001100111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98218B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98218B; }

 p { color: rgb(152,33,139); }

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

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

 a { background-color: rgb(152,33,139); }

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

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

 span { border-color: rgb(152,33,139); }

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