#992278

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

Shades of Dark Purple #992278

Tints of Dark Purple #992278

Color information

#992278 (or 0x992278) is unknown color: approx Dark Purple. HEX triplet: 99, 22 and 78. RGB value is (153,34,120). Sum of RGB (Red+Green+Blue) = 153+34+120=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #992278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992278 is #66DD87. Grayscale: #4F4F4F. Windows color (decimal): -6741384 or 7873177. OLE color: 7873177.

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

Color convert

RGB15334120-
CMYK00.780.220.4
HSL316.64º63.64%36.67%-
HSV(B)316.64º77.78%60%-
XYZ17.19.2718.66-
YUV79.38150.92180.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 34 (13.67% from 255) = 11.07%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=49.84%
G=11.07%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533412000.780.220.4316.6463.6436.67
Hex99227804E162813d4025
Octal231421700116265047510045
Binary10011001100010111100001001110101101010001001111011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992278; }

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

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

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

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

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

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

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

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