#98246C

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

Shades of Dark Purple #98246C

Tints of Dark Purple #98246C

Color information

#98246C (or 0x98246C) is unknown color: approx Dark Purple. HEX triplet: 98, 24 and 6C. RGB value is (152,36,108). Sum of RGB (Red+Green+Blue) = 152+36+108=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #98246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98246C is #67DB93. Grayscale: #4E4E4E. Windows color (decimal): -6806420 or 7087256. OLE color: 7087256.

HSL color Cylindrical-coordinate representation of color #98246C: hue angle of 322.76º 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 #98246C is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB15236108-
CMYK00.760.290.40
HSL322.76º61.7%36.86%-
HSV(B)322.76º76.32%59.61%-
XYZ16.299.0215.07-
YUV78.89144.43180.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 36 (14.45% from 255) = 12.16%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=51.35%
G=12.16%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523610800.760.290.40322.7661.736.86
Hex98246C04C1D281433e25
Octal23044154011435505037645
Binary1001100010010011011000100110011101101000101000011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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