#98246D

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

Shades of Dark Purple #98246D

Tints of Dark Purple #98246D

Color information

#98246D (or 0x98246D) is unknown color: approx Dark Purple. HEX triplet: 98, 24 and 6D. RGB value is (152,36,109). Sum of RGB (Red+Green+Blue) = 152+36+109=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98246D is #67DB92. Grayscale: #4E4E4E. Windows color (decimal): -6806419 or 7152792. OLE color: 7152792.

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

Color convert

RGB15236109-
CMYK00.760.280.40
HSL322.24º61.7%36.86%-
HSV(B)322.24º76.32%59.61%-
XYZ16.349.0415.35-
YUV79.01144.93180.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 36 (14.45% from 255) = 12.12%
BLUE value IS 109 (42.97% from 255) = 36.70%
R=51.18%
G=12.12%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523610900.760.280.40322.2461.736.86
Hex98246D04C1C281423e25
Octal23044155011434505027645
Binary1001100010010011011010100110011100101000101000010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98246D; }

 p { color: rgb(152,36,109); }

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

<style>
 a { background-color: #98246D; }

 a { background-color: rgb(152,36,109); }

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

<style>
 span { border-color: #98246D; }

 span { border-color: rgb(152,36,109); }

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