#993278

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

Shades of Dark Purple #993278

Tints of Dark Purple #993278

Color information

#993278 (or 0x993278) is unknown color: approx Dark Purple. HEX triplet: 99, 32 and 78. RGB value is (153,50,120). Sum of RGB (Red+Green+Blue) = 153+50+120=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #993278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993278 is #66CD87. Grayscale: #585858. Windows color (decimal): -6737288 or 7877273. OLE color: 7877273.

HSL color Cylindrical-coordinate representation of color #993278: hue angle of 319.22º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993278 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB15350120-
CMYK00.670.220.4
HSL319.22º50.74%39.8%-
HSV(B)319.22º67.32%60%-
XYZ17.6710.4118.85-
YUV88.78145.62173.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 50 (19.92% from 255) = 15.48%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=47.37%
G=15.48%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535012000.670.220.4319.2250.7439.8
Hex993278043162813f3328
Octal23162170010326504776350
Binary1001100111001011110000100001110110101000100111111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993278; }

 p { color: rgb(153,50,120); }

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

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

 a { background-color: rgb(153,50,120); }

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

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

 span { border-color: rgb(153,50,120); }

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