#902D7A

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

Shades of Dark Purple #902D7A

Tints of Dark Purple #902D7A

Color information

#902D7A (or 0x902D7A) is unknown color: approx Dark Purple. HEX triplet: 90, 2D and 7A. RGB value is (144,45,122). Sum of RGB (Red+Green+Blue) = 144+45+122=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #902D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902D7A is #6FD285. Grayscale: #535353. Windows color (decimal): -7328390 or 8007056. OLE color: 8007056.

HSL color Cylindrical-coordinate representation of color #902D7A: hue angle of 313.33º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #902D7A is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14445122-
CMYK00.690.150.44
HSL313.33º52.38%37.06%-
HSV(B)313.33º68.75%56.47%-
XYZ15.959.2119.35-
YUV83.38149.8171.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.30%
GREEN value IS 45 (17.97% from 255) = 14.47%
BLUE value IS 122 (48.05% from 255) = 39.23%
R=46.30%
G=14.47%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444512200.690.150.44313.3352.3837.06
Hex902D7A045F2C1393425
Octal22055172010517544716445
Binary100100001011011111010010001011111101100100111001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902D7A; }

 p { color: rgb(144,45,122); }

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

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

 a { background-color: rgb(144,45,122); }

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

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

 span { border-color: rgb(144,45,122); }

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