#902279

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

Shades of Dark Purple #902279

Tints of Dark Purple #902279

Color information

#902279 (or 0x902279) is unknown color: approx Dark Purple. HEX triplet: 90, 22 and 79. RGB value is (144,34,121). Sum of RGB (Red+Green+Blue) = 144+34+121=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #902279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902279 is #6FDD86. Grayscale: #4C4C4C. Windows color (decimal): -7331207 or 7938704. OLE color: 7938704.

HSL color Cylindrical-coordinate representation of color #902279: hue angle of 312.55º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902279 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB14434121-
CMYK00.760.160.44
HSL312.55º61.8%34.9%-
HSV(B)312.55º76.39%56.47%-
XYZ15.528.4518.9-
YUV76.81152.94175.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.16%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=48.16%
G=11.37%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443412100.760.160.44312.5561.834.9
Hex90227904C102C1393e23
Octal22042171011420544717643
Binary1001000010001011110010100110010000101100100111001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902279; }

 p { color: rgb(144,34,121); }

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

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

 a { background-color: rgb(144,34,121); }

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

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

 span { border-color: rgb(144,34,121); }

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