#90226F

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

Shades of Dark Purple #90226F

Tints of Dark Purple #90226F

Color information

#90226F (or 0x90226F) is unknown color: approx Dark Purple. HEX triplet: 90, 22 and 6F. RGB value is (144,34,111). Sum of RGB (Red+Green+Blue) = 144+34+111=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90226F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90226F is #6FDD90. Grayscale: #4B4B4B. Windows color (decimal): -7331217 or 7283344. OLE color: 7283344.

HSL color Cylindrical-coordinate representation of color #90226F: hue angle of 318º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90226F is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14434111-
CMYK00.760.230.44
HSL318º61.8%34.9%-
HSV(B)318º76.39%56.47%-
XYZ14.948.2215.84-
YUV75.67147.94176.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.83%
GREEN value IS 34 (13.67% from 255) = 11.76%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=49.83%
G=11.76%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443411100.760.230.4431861.834.9
Hex90226F04C172C13e3e23
Octal22042157011427544767643
Binary1001000010001011011110100110010111101100100111110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90226F; }

 p { color: rgb(144,34,111); }

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

<style>
 a { background-color: #90226F; }

 a { background-color: rgb(144,34,111); }

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

<style>
 span { border-color: #90226F; }

 span { border-color: rgb(144,34,111); }

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