#98276E

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

Shades of Dark Purple #98276E

Tints of Dark Purple #98276E

Color information

#98276E (or 0x98276E) is unknown color: approx Dark Purple. HEX triplet: 98, 27 and 6E. RGB value is (152,39,110). Sum of RGB (Red+Green+Blue) = 152+39+110=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98276E is #67D891. Grayscale: #505050. Windows color (decimal): -6805650 or 7219096. OLE color: 7219096.

HSL color Cylindrical-coordinate representation of color #98276E: hue angle of 322.3º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98276E is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15239110-
CMYK00.740.280.40
HSL322.3º59.16%37.45%-
HSV(B)322.3º74.34%59.61%-
XYZ16.499.2515.67-
YUV80.88144.44178.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 39 (15.62% from 255) = 12.96%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=50.50%
G=12.96%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523911000.740.280.40322.359.1637.45
Hex98276E04A1C281423b25
Octal23047156011234505027345
Binary1001100010011111011100100101011100101000101000010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,39,110); }

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

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

 a { background-color: rgb(152,39,110); }

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

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

 span { border-color: rgb(152,39,110); }

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