#90207A

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

Shades of Dark Purple #90207A

Tints of Dark Purple #90207A

Color information

#90207A (or 0x90207A) is unknown color: approx Dark Purple. HEX triplet: 90, 20 and 7A. RGB value is (144,32,122). Sum of RGB (Red+Green+Blue) = 144+32+122=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #90207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90207A is #6FDF85. Grayscale: #4B4B4B. Windows color (decimal): -7331718 or 8003728. OLE color: 8003728.

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

Color convert

RGB14432122-
CMYK00.780.150.44
HSL311.79º63.64%34.51%-
HSV(B)311.79º77.78%56.47%-
XYZ15.538.3719.21-
YUV75.75154.11176.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.32%
GREEN value IS 32 (12.89% from 255) = 10.74%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=48.32%
G=10.74%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443212200.780.150.44311.7963.6434.51
Hex90207A04EF2C1384023
Octal220401720116175447010043
Binary1001000010000011110100100111011111011001001110001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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