#90268A

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

Shades of Dark Purple #90268A

Tints of Dark Purple #90268A

Color information

#90268A (or 0x90268A) is unknown color: approx Dark Purple. HEX triplet: 90, 26 and 8A. RGB value is (144,38,138). Sum of RGB (Red+Green+Blue) = 144+38+138=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90268A is #6FD975. Grayscale: #505050. Windows color (decimal): -7330166 or 9053840. OLE color: 9053840.

HSL color Cylindrical-coordinate representation of color #90268A: hue angle of 303.4º 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 #90268A is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14438138-
CMYK00.740.040.44
HSL303.4º58.24%35.69%-
HSV(B)303.4º73.61%56.47%-
XYZ16.789.1524.93-
YUV81.09160.12172.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45%
GREEN value IS 38 (15.23% from 255) = 11.88%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=45%
G=11.88%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443813800.740.040.44303.458.2435.69
Hex90268A04A42C12f3a24
Octal2204621201124544577244
Binary100100001001101000101001001010100101100100101111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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