#902380

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

Shades of Dark Purple #902380

Tints of Dark Purple #902380

Color information

#902380 (or 0x902380) is unknown color: approx Dark Purple. HEX triplet: 90, 23 and 80. RGB value is (144,35,128). Sum of RGB (Red+Green+Blue) = 144+35+128=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #902380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902380 is #6FDC7F. Grayscale: #4D4D4D. Windows color (decimal): -7330944 or 8397712. OLE color: 8397712.

HSL color Cylindrical-coordinate representation of color #902380: hue angle of 308.81º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902380 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB14435128-
CMYK00.760.110.44
HSL308.81º60.89%35.1%-
HSV(B)308.81º75.69%56.47%-
XYZ168.6921.26-
YUV78.19156.11174.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.91%
GREEN value IS 35 (14.06% from 255) = 11.40%
BLUE value IS 128 (50.39% from 255) = 41.69%
R=46.91%
G=11.40%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443512800.760.110.44308.8160.8935.1
Hex90238004CB2C1353d23
Octal22043200011413544657543
Binary1001000010001110000000010011001011101100100110101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902380; }

 p { color: rgb(144,35,128); }

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

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

 a { background-color: rgb(144,35,128); }

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

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

 span { border-color: rgb(144,35,128); }

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