#99276E

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

Shades of Dark Purple #99276E

Tints of Dark Purple #99276E

Color information

#99276E (or 0x99276E) is unknown color: approx Dark Purple. HEX triplet: 99, 27 and 6E. RGB value is (153,39,110). Sum of RGB (Red+Green+Blue) = 153+39+110=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #99276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99276E is #66D891. Grayscale: #515151. Windows color (decimal): -6740114 or 7219097. OLE color: 7219097.

HSL color Cylindrical-coordinate representation of color #99276E: hue angle of 322.63º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99276E is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB15339110-
CMYK00.750.280.4
HSL322.63º59.38%37.65%-
HSV(B)322.63º74.51%60%-
XYZ16.689.3515.68-
YUV81.18144.27179.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.66%
GREEN value IS 39 (15.62% from 255) = 12.91%
BLUE value IS 110 (43.36% from 255) = 36.42%
R=50.66%
G=12.91%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533911000.750.280.4322.6359.3837.65
Hex99276E04B1C281433b26
Octal23147156011334505037346
Binary1001100110011111011100100101111100101000101000011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99276E; }

 p { color: rgb(153,39,110); }

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

<style>
 a { background-color: #99276E; }

 a { background-color: rgb(153,39,110); }

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

<style>
 span { border-color: #99276E; }

 span { border-color: rgb(153,39,110); }

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