#901F69

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

Shades of Dark Purple #901F69

Tints of Dark Purple #901F69

Color information

#901F69 (or 0x901F69) is unknown color: approx Dark Purple. HEX triplet: 90, 1F and 69. RGB value is (144,31,105). Sum of RGB (Red+Green+Blue) = 144+31+105=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #901F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901F69 is #6FE096. Grayscale: #494949. Windows color (decimal): -7331991 or 6889360. OLE color: 6889360.

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

Color convert

RGB14431105-
CMYK00.780.270.44
HSL320.71º64.57%34.31%-
HSV(B)320.71º78.47%56.47%-
XYZ14.547.9314.13-
YUV73.22145.94178.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.43%
GREEN value IS 31 (12.5% from 255) = 11.07%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=51.43%
G=11.07%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443110500.780.270.44320.7164.5734.31
Hex901F6904E1B2C1414122
Octal220371510116335450110142
Binary1001000011111110100101001110110111011001010000011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,31,105); }

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

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

 a { background-color: rgb(144,31,105); }

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

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

 span { border-color: rgb(144,31,105); }

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