#900D7F

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

Shades of Dark Purple #900D7F

Tints of Dark Purple #900D7F

Color information

#900D7F (or 0x900D7F) is unknown color: approx Dark Purple. HEX triplet: 90, 0D and 7F. RGB value is (144,13,127). Sum of RGB (Red+Green+Blue) = 144+13+127=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #900D7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900D7F is #6FF280. Grayscale: #404040. Windows color (decimal): -7336577 or 8326544. OLE color: 8326544.

HSL color Cylindrical-coordinate representation of color #900D7F: hue angle of 307.79º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900D7F is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB14413127-
CMYK00.910.120.44
HSL307.79º83.44%30.78%-
HSV(B)307.79º90.97%56.47%-
XYZ15.487.7520.76-
YUV65.16162.9184.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.70%
GREEN value IS 13 (5.47% from 255) = 4.58%
BLUE value IS 127 (50% from 255) = 44.72%
R=50.70%
G=4.58%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441312700.910.120.44307.7983.4430.78
Hex90D7F05BC2C134531f
Octal220151770133145446412337
Binary1001000011011111111010110111100101100100110100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900D7F; }

 p { color: rgb(144,13,127); }

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

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

 a { background-color: rgb(144,13,127); }

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

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

 span { border-color: rgb(144,13,127); }

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