#901687

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

Shades of Dark Purple #901687

Tints of Dark Purple #901687

Color information

#901687 (or 0x901687) is unknown color: approx Dark Purple. HEX triplet: 90, 16 and 87. RGB value is (144,22,135). Sum of RGB (Red+Green+Blue) = 144+22+135=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #901687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901687 is #6FE978. Grayscale: #474747. Windows color (decimal): -7334265 or 8853136. OLE color: 8853136.

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

Color convert

RGB14422135-
CMYK00.850.060.44
HSL304.43º73.49%32.55%-
HSV(B)304.43º84.72%56.47%-
XYZ16.168.2523.66-
YUV71.36163.92179.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.84%
GREEN value IS 22 (8.98% from 255) = 7.31%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=47.84%
G=7.31%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442213500.850.060.44304.4373.4932.55
Hex90168705562C1304921
Octal22026207012565446011141
Binary100100001011010000111010101011101011001001100001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901687; }

 p { color: rgb(144,22,135); }

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

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

 a { background-color: rgb(144,22,135); }

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

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

 span { border-color: rgb(144,22,135); }

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