#992280

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

Shades of Dark Purple #992280

Tints of Dark Purple #992280

Color information

#992280 (or 0x992280) is unknown color: approx Dark Purple. HEX triplet: 99, 22 and 80. RGB value is (153,34,128). Sum of RGB (Red+Green+Blue) = 153+34+128=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #992280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992280 is #66DD7F. Grayscale: #505050. Windows color (decimal): -6741376 or 8397465. OLE color: 8397465.

HSL color Cylindrical-coordinate representation of color #992280: hue angle of 312.61º 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 #992280 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB15334128-
CMYK00.780.160.4
HSL312.61º63.64%36.67%-
HSV(B)312.61º77.78%60%-
XYZ17.619.4721.32-
YUV80.3154.92179.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 34 (13.67% from 255) = 10.79%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=48.57%
G=10.79%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533412800.780.160.4312.6163.6436.67
Hex99228004E10281394025
Octal231422000116205047110045
Binary100110011000101000000001001110100001010001001110011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992280; }

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

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

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

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

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

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

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

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