#99278D

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

Shades of Dark Purple #99278D

Tints of Dark Purple #99278D

Color information

#99278D (or 0x99278D) is unknown color: approx Dark Purple. HEX triplet: 99, 27 and 8D. RGB value is (153,39,141). Sum of RGB (Red+Green+Blue) = 153+39+141=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #99278D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99278D is #66D872. Grayscale: #545454. Windows color (decimal): -6740083 or 9250713. OLE color: 9250713.

HSL color Cylindrical-coordinate representation of color #99278D: hue angle of 306.32º 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 #99278D is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB15339141-
CMYK00.750.080.4
HSL306.32º59.38%37.65%-
HSV(B)306.32º74.51%60%-
XYZ18.6710.1526.17-
YUV84.71159.77176.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 39 (15.62% from 255) = 11.71%
BLUE value IS 141 (55.47% from 255) = 42.34%
R=45.95%
G=11.71%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533914100.750.080.4306.3259.3837.65
Hex99278D04B8281323b26
Octal23147215011310504627346
Binary1001100110011110001101010010111000101000100110010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99278D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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