#99298D

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

Shades of Dark Purple #99298D

Tints of Dark Purple #99298D

Color information

#99298D (or 0x99298D) is unknown color: approx Dark Purple. HEX triplet: 99, 29 and 8D. RGB value is (153,41,141). Sum of RGB (Red+Green+Blue) = 153+41+141=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #99298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99298D is #66D672. Grayscale: #555555. Windows color (decimal): -6739571 or 9251225. OLE color: 9251225.

HSL color Cylindrical-coordinate representation of color #99298D: hue angle of 306.43º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99298D is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB15341141-
CMYK00.730.080.4
HSL306.43º57.73%38.04%-
HSV(B)306.43º73.2%60%-
XYZ18.7410.2826.2-
YUV85.89159.11175.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 41 (16.41% from 255) = 12.24%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=45.67%
G=12.24%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534114100.730.080.4306.4357.7338.04
Hex99298D0498281323a26
Octal23151215011110504627246
Binary1001100110100110001101010010011000101000100110010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,41,141); }

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

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

 a { background-color: rgb(153,41,141); }

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

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

 span { border-color: rgb(153,41,141); }

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