#99297B

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

Shades of Dark Purple #99297B

Tints of Dark Purple #99297B

Color information

#99297B (or 0x99297B) is unknown color: approx Dark Purple. HEX triplet: 99, 29 and 7B. RGB value is (153,41,123). Sum of RGB (Red+Green+Blue) = 153+41+123=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #99297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99297B is #66D684. Grayscale: #535353. Windows color (decimal): -6739589 or 8071577. OLE color: 8071577.

HSL color Cylindrical-coordinate representation of color #99297B: hue angle of 316.07º 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 #99297B is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB15341123-
CMYK00.730.200.4
HSL316.07º57.73%38.04%-
HSV(B)316.07º73.2%60%-
XYZ17.59.7919.71-
YUV83.84150.11177.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 41 (16.41% from 255) = 12.93%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=48.26%
G=12.93%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534112300.730.200.4316.0757.7338.04
Hex99297B049142813c3a26
Octal23151173011124504747246
Binary1001100110100111110110100100110100101000100111100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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