#98218E

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

Shades of Dark Purple #98218E

Tints of Dark Purple #98218E

Color information

#98218E (or 0x98218E) is unknown color: approx Dark Purple. HEX triplet: 98, 21 and 8E. RGB value is (152,33,142). Sum of RGB (Red+Green+Blue) = 152+33+142=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98218E is #67DE71. Grayscale: #505050. Windows color (decimal): -6807154 or 9314712. OLE color: 9314712.

HSL color Cylindrical-coordinate representation of color #98218E: hue angle of 305.04º 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 #98218E is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15233142-
CMYK00.780.070.40
HSL305.04º64.32%36.27%-
HSV(B)305.04º78.29%59.61%-
XYZ18.389.7226.5-
YUV81.01162.42178.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 33 (13.28% from 255) = 10.09%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=46.48%
G=10.09%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523314200.780.070.40305.0464.3236.27
Hex98218E04E7281314024
Octal23041216011675046110044
Binary1001100010000110001110010011101111010001001100011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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