#901874

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

Shades of Dark Purple #901874

Tints of Dark Purple #901874

Color information

#901874 (or 0x901874) is unknown color: approx Dark Purple. HEX triplet: 90, 18 and 74. RGB value is (144,24,116). Sum of RGB (Red+Green+Blue) = 144+24+116=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #901874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901874 is #6FE78B. Grayscale: #464646. Windows color (decimal): -7333772 or 7608464. OLE color: 7608464.

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

Color convert

RGB14424116-
CMYK00.830.190.44
HSL314º71.43%32.94%-
HSV(B)314º83.33%56.47%-
XYZ14.987.8417.25-
YUV70.37153.76180.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.70%
GREEN value IS 24 (9.77% from 255) = 8.45%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=50.70%
G=8.45%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442411600.830.190.4431471.4332.94
Hex901874053132C13a4721
Octal220301640123235447210741
Binary1001000011000111010001010011100111011001001110101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901874; }

 p { color: rgb(144,24,116); }

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

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

 a { background-color: rgb(144,24,116); }

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

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

 span { border-color: rgb(144,24,116); }

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