#90267D

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

Shades of Dark Purple #90267D

Tints of Dark Purple #90267D

Color information

#90267D (or 0x90267D) is unknown color: approx Dark Purple. HEX triplet: 90, 26 and 7D. RGB value is (144,38,125). Sum of RGB (Red+Green+Blue) = 144+38+125=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90267D is #6FD982. Grayscale: #4F4F4F. Windows color (decimal): -7330179 or 8201872. OLE color: 8201872.

HSL color Cylindrical-coordinate representation of color #90267D: hue angle of 310.75º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90267D is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB14438125-
CMYK00.740.130.44
HSL310.75º58.24%35.69%-
HSV(B)310.75º73.61%56.47%-
XYZ15.98.820.26-
YUV79.61153.62173.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.91%
GREEN value IS 38 (15.23% from 255) = 12.38%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=46.91%
G=12.38%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443812500.740.130.44310.7558.2435.69
Hex90267D04AD2C1373a24
Octal22046175011215544677244
Binary100100001001101111101010010101101101100100110111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90267D; }

 p { color: rgb(144,38,125); }

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

<style>
 a { background-color: #90267D; }

 a { background-color: rgb(144,38,125); }

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

<style>
 span { border-color: #90267D; }

 span { border-color: rgb(144,38,125); }

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