#98127E

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

Shades of Dark Purple #98127E

Tints of Dark Purple #98127E

Color information

#98127E (or 0x98127E) is unknown color: approx Dark Purple. HEX triplet: 98, 12 and 7E. RGB value is (152,18,126). Sum of RGB (Red+Green+Blue) = 152+18+126=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #98127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98127E is #67ED81. Grayscale: #464646. Windows color (decimal): -6811010 or 8262296. OLE color: 8262296.

HSL color Cylindrical-coordinate representation of color #98127E: hue angle of 311.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98127E is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB15218126-
CMYK00.880.170.40
HSL311.64º78.82%33.33%-
HSV(B)311.64º88.16%59.61%-
XYZ16.938.6120.51-
YUV70.38159.39186.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 18 (7.42% from 255) = 6.08%
BLUE value IS 126 (49.61% from 255) = 42.57%
R=51.35%
G=6.08%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521812600.880.170.40311.6478.8233.33
Hex98127E05811281384f21
Octal230221760130215047011741
Binary1001100010010111111001011000100011010001001110001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,18,126); }

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

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

 a { background-color: rgb(152,18,126); }

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

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

 span { border-color: rgb(152,18,126); }

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