#901075

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

Shades of Dark Purple #901075

Tints of Dark Purple #901075

Color information

#901075 (or 0x901075) is unknown color: approx Dark Purple. HEX triplet: 90, 10 and 75. RGB value is (144,16,117). Sum of RGB (Red+Green+Blue) = 144+16+117=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #901075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901075 is #6FEF8A. Grayscale: #414141. Windows color (decimal): -7335819 or 7671952. OLE color: 7671952.

HSL color Cylindrical-coordinate representation of color #901075: hue angle of 312.66º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901075 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB14416117-
CMYK00.890.190.44
HSL312.66º80%31.37%-
HSV(B)312.66º88.89%56.47%-
XYZ14.97.5817.51-
YUV65.79156.91183.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.99%
GREEN value IS 16 (6.64% from 255) = 5.78%
BLUE value IS 117 (46.09% from 255) = 42.24%
R=51.99%
G=5.78%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441611700.890.190.44312.668031.37
Hex901075059132C139501f
Octal220201650131235447112037
Binary100100001000011101010101100110011101100100111001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901075; }

 p { color: rgb(144,16,117); }

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

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

 a { background-color: rgb(144,16,117); }

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

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

 span { border-color: rgb(144,16,117); }

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