#90277A

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

Shades of Dark Purple #90277A

Tints of Dark Purple #90277A

Color information

#90277A (or 0x90277A) is unknown color: approx Dark Purple. HEX triplet: 90, 27 and 7A. RGB value is (144,39,122). Sum of RGB (Red+Green+Blue) = 144+39+122=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #90277A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90277A is #6FD885. Grayscale: #4F4F4F. Windows color (decimal): -7329926 or 8005520. OLE color: 8005520.

HSL color Cylindrical-coordinate representation of color #90277A: hue angle of 312.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90277A is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14439122-
CMYK00.730.150.44
HSL312.57º57.38%35.88%-
HSV(B)312.57º72.92%56.47%-
XYZ15.748.7919.28-
YUV79.86151.79173.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.21%
GREEN value IS 39 (15.62% from 255) = 12.79%
BLUE value IS 122 (48.05% from 255) = 40%
R=47.21%
G=12.79%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443912200.730.150.44312.5757.3835.88
Hex90277A049F2C1393924
Octal22047172011117544717144
Binary100100001001111111010010010011111101100100111001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90277A; }

 p { color: rgb(144,39,122); }

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

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

 a { background-color: rgb(144,39,122); }

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

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

 span { border-color: rgb(144,39,122); }

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