#90228B

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

Shades of Dark Purple #90228B

Tints of Dark Purple #90228B

Color information

#90228B (or 0x90228B) is unknown color: approx Dark Purple. HEX triplet: 90, 22 and 8B. RGB value is (144,34,139). Sum of RGB (Red+Green+Blue) = 144+34+139=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #90228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90228B is #6FDD74. Grayscale: #4E4E4E. Windows color (decimal): -7331189 or 9118352. OLE color: 9118352.

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

Color convert

RGB14434139-
CMYK00.760.030.44
HSL302.73º61.8%34.9%-
HSV(B)302.73º76.39%56.47%-
XYZ16.738.9425.27-
YUV78.86161.94174.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.43%
GREEN value IS 34 (13.67% from 255) = 10.73%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=45.43%
G=10.73%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443413900.760.030.44302.7361.834.9
Hex90228B04C32C12f3e23
Octal2204221301143544577643
Binary10010000100010100010110100110011101100100101111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90228B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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