#901B7E

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

Shades of Dark Purple #901B7E

Tints of Dark Purple #901B7E

Color information

#901B7E (or 0x901B7E) is unknown color: approx Dark Purple. HEX triplet: 90, 1B and 7E. RGB value is (144,27,126). Sum of RGB (Red+Green+Blue) = 144+27+126=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #901B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901B7E is #6FE481. Grayscale: #484848. Windows color (decimal): -7332994 or 8264592. OLE color: 8264592.

HSL color Cylindrical-coordinate representation of color #901B7E: hue angle of 309.23º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901B7E is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB14427126-
CMYK00.810.120.44
HSL309.23º68.42%33.53%-
HSV(B)309.23º81.25%56.47%-
XYZ15.668.2220.5-
YUV73.27157.76178.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.48%
GREEN value IS 27 (10.94% from 255) = 9.09%
BLUE value IS 126 (49.61% from 255) = 42.42%
R=48.48%
G=9.09%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442712600.810.120.44309.2368.4233.53
Hex901B7E051C2C1354422
Octal220331760121145446510442
Binary100100001101111111100101000111001011001001101011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,27,126); }

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

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

 a { background-color: rgb(144,27,126); }

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

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

 span { border-color: rgb(144,27,126); }

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