#98127A

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

Shades of Dark Purple #98127A

Tints of Dark Purple #98127A

Color information

#98127A (or 0x98127A) is unknown color: approx Dark Purple. HEX triplet: 98, 12 and 7A. RGB value is (152,18,122). Sum of RGB (Red+Green+Blue) = 152+18+122=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #98127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98127A is #67ED85. Grayscale: #454545. Windows color (decimal): -6811014 or 8000152. OLE color: 8000152.

HSL color Cylindrical-coordinate representation of color #98127A: hue angle of 313.43º 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 #98127A is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15218122-
CMYK00.880.200.40
HSL313.43º78.82%33.33%-
HSV(B)313.43º88.16%59.61%-
XYZ16.688.5119.18-
YUV69.92157.39186.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.05%
GREEN value IS 18 (7.42% from 255) = 6.16%
BLUE value IS 122 (48.05% from 255) = 41.78%
R=52.05%
G=6.16%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521812200.880.200.40313.4378.8233.33
Hex98127A05814281394f21
Octal230221720130245047111741
Binary1001100010010111101001011000101001010001001110011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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