#98188B

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

Shades of Dark Purple #98188B

Tints of Dark Purple #98188B

Color information

#98188B (or 0x98188B) is unknown color: approx Dark Purple. HEX triplet: 98, 18 and 8B. RGB value is (152,24,139). Sum of RGB (Red+Green+Blue) = 152+24+139=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98188B is #67E774. Grayscale: #4B4B4B. Windows color (decimal): -6809461 or 9115800. OLE color: 9115800.

HSL color Cylindrical-coordinate representation of color #98188B: hue angle of 306.09º 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 #98188B is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15224139-
CMYK00.840.090.40
HSL306.09º72.73%34.51%-
HSV(B)306.09º84.21%59.61%-
XYZ17.949.1925.26-
YUV75.38163.91182.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 24 (9.77% from 255) = 7.62%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=48.25%
G=7.62%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522413900.840.090.40306.0972.7334.51
Hex98188B0549281324923
Octal230302130124115046211143
Binary1001100011000100010110101010010011010001001100101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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