#98246B

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

Shades of Dark Purple #98246B

Tints of Dark Purple #98246B

Color information

#98246B (or 0x98246B) is unknown color: approx Dark Purple. HEX triplet: 98, 24 and 6B. RGB value is (152,36,107). Sum of RGB (Red+Green+Blue) = 152+36+107=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98246B is #67DB94. Grayscale: #4E4E4E. Windows color (decimal): -6806421 or 7021720. OLE color: 7021720.

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

Color convert

RGB15236107-
CMYK00.760.300.40
HSL323.28º61.7%36.86%-
HSV(B)323.28º76.32%59.61%-
XYZ16.23914.79-
YUV78.78143.93180.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 36 (14.45% from 255) = 12.20%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=51.53%
G=12.20%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523610700.760.300.40323.2861.736.86
Hex98246B04C1E281433e25
Octal23044153011436505037645
Binary1001100010010011010110100110011110101000101000011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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