#90276C

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

Shades of Dark Purple #90276C

Tints of Dark Purple #90276C

Color information

#90276C (or 0x90276C) is unknown color: approx Dark Purple. HEX triplet: 90, 27 and 6C. RGB value is (144,39,108). Sum of RGB (Red+Green+Blue) = 144+39+108=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #90276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90276C is #6FD893. Grayscale: #4E4E4E. Windows color (decimal): -7329940 or 7088016. OLE color: 7088016.

HSL color Cylindrical-coordinate representation of color #90276C: hue angle of 320.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 #90276C is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14439108-
CMYK00.730.250.44
HSL320.57º57.38%35.88%-
HSV(B)320.57º72.92%56.47%-
XYZ14.938.4615.03-
YUV78.26144.79174.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.48%
GREEN value IS 39 (15.62% from 255) = 13.40%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=49.48%
G=13.40%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443910800.730.250.44320.5757.3835.88
Hex90276C049192C1413924
Octal22047154011131545017144
Binary1001000010011111011000100100111001101100101000001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90276C; }

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

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

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

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

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

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

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

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