#90167B

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

Shades of Dark Purple #90167B

Tints of Dark Purple #90167B

Color information

#90167B (or 0x90167B) is unknown color: approx Dark Purple. HEX triplet: 90, 16 and 7B. RGB value is (144,22,123). Sum of RGB (Red+Green+Blue) = 144+22+123=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90167B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90167B is #6FE984. Grayscale: #454545. Windows color (decimal): -7334277 or 8066704. OLE color: 8066704.

HSL color Cylindrical-coordinate representation of color #90167B: hue angle of 310.33º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90167B is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14422123-
CMYK00.850.150.44
HSL310.33º73.49%32.55%-
HSV(B)310.33º84.72%56.47%-
XYZ15.367.9319.46-
YUV69.99157.92180.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.83%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 123 (48.44% from 255) = 42.56%
R=49.83%
G=7.61%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442212300.850.150.44310.3373.4932.55
Hex90167B055F2C1364921
Octal220261730125175446611141
Binary100100001011011110110101010111111011001001101101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90167B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,22,123); }

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

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

 a { background-color: rgb(144,22,123); }

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

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

 span { border-color: rgb(144,22,123); }

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