#901E92

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

Shades of Dark Purple #901E92

Tints of Dark Purple #901E92

Color information

#901E92 (or 0x901E92) is unknown color: approx Dark Purple. HEX triplet: 90, 1E and 92. RGB value is (144,30,146). Sum of RGB (Red+Green+Blue) = 144+30+146=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #901E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901E92 is #6FE16D. Grayscale: #4C4C4C. Windows color (decimal): -7332206 or 9576080. OLE color: 9576080.

HSL color Cylindrical-coordinate representation of color #901E92: hue angle of 298.97º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #901E92 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14430146-
CMYK0.010.7900.43
HSL298.97º65.91%34.51%-
HSV(B)298.97º79.45%57.25%-
XYZ17.158.9328.01-
YUV77.31166.77175.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45%
GREEN value IS 30 (12.11% from 255) = 9.38%
BLUE value IS 146 (57.42% from 255) = 45.62%
R=45%
G=9.38%
B=45.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal144301460.010.7900.43298.9765.9134.51
Hex901E9214F02B12b4223
Octal22036222111705345310243
Binary1001000011110100100101100111101010111001010111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901E92; }

 p { color: rgb(144,30,146); }

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

<style>
 a { background-color: #901E92; }

 a { background-color: rgb(144,30,146); }

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

<style>
 span { border-color: #901E92; }

 span { border-color: rgb(144,30,146); }

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