#90217A

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

Shades of Dark Purple #90217A

Tints of Dark Purple #90217A

Color information

#90217A (or 0x90217A) is unknown color: approx Dark Purple. HEX triplet: 90, 21 and 7A. RGB value is (144,33,122). Sum of RGB (Red+Green+Blue) = 144+33+122=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #90217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90217A is #6FDE85. Grayscale: #4C4C4C. Windows color (decimal): -7331462 or 8003984. OLE color: 8003984.

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

Color convert

RGB14433122-
CMYK00.770.150.44
HSL311.89º62.71%34.71%-
HSV(B)311.89º77.08%56.47%-
XYZ15.568.4219.22-
YUV76.33153.77176.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.16%
GREEN value IS 33 (13.28% from 255) = 11.04%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=48.16%
G=11.04%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443312200.770.150.44311.8962.7134.71
Hex90217A04DF2C1383f23
Octal22041172011517544707743
Binary100100001000011111010010011011111101100100111000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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