#90268D

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

Shades of Dark Purple #90268D

Tints of Dark Purple #90268D

Color information

#90268D (or 0x90268D) is unknown color: approx Dark Purple. HEX triplet: 90, 26 and 8D. RGB value is (144,38,141). Sum of RGB (Red+Green+Blue) = 144+38+141=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #90268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90268D is #6FD972. Grayscale: #515151. Windows color (decimal): -7330163 or 9250448. OLE color: 9250448.

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

Color convert

RGB14438141-
CMYK00.740.020.44
HSL301.7º58.24%35.69%-
HSV(B)301.7º73.61%56.47%-
XYZ179.2426.09-
YUV81.44161.62172.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.58%
GREEN value IS 38 (15.23% from 255) = 11.76%
BLUE value IS 141 (55.47% from 255) = 43.65%
R=44.58%
G=11.76%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443814100.740.020.44301.758.2435.69
Hex90268D04A22C12e3a24
Octal2204621501122544567244
Binary10010000100110100011010100101010101100100101110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90268D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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