#90207B

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

Shades of Dark Purple #90207B

Tints of Dark Purple #90207B

Color information

#90207B (or 0x90207B) is unknown color: approx Dark Purple. HEX triplet: 90, 20 and 7B. RGB value is (144,32,123). Sum of RGB (Red+Green+Blue) = 144+32+123=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #90207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90207B is #6FDF84. Grayscale: #4B4B4B. Windows color (decimal): -7331717 or 8069264. OLE color: 8069264.

HSL color Cylindrical-coordinate representation of color #90207B: hue angle of 311.25º 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 #90207B is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14432123-
CMYK00.780.150.44
HSL311.25º63.64%34.51%-
HSV(B)311.25º77.78%56.47%-
XYZ15.598.3919.54-
YUV75.86154.61176.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.16%
GREEN value IS 32 (12.89% from 255) = 10.70%
BLUE value IS 123 (48.44% from 255) = 41.14%
R=48.16%
G=10.70%
B=41.14%

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
Decimal1443212300.780.150.44311.2563.6434.51
Hex90207B04EF2C1374023
Octal220401730116175446710043
Binary1001000010000011110110100111011111011001001101111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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