#902381

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

Shades of Dark Purple #902381

Tints of Dark Purple #902381

Color information

#902381 (or 0x902381) is unknown color: approx Dark Purple. HEX triplet: 90, 23 and 81. RGB value is (144,35,129). Sum of RGB (Red+Green+Blue) = 144+35+129=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #902381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902381 is #6FDC7E. Grayscale: #4E4E4E. Windows color (decimal): -7330943 or 8463248. OLE color: 8463248.

HSL color Cylindrical-coordinate representation of color #902381: hue angle of 308.26º 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 #902381 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB14435129-
CMYK00.760.100.44
HSL308.26º60.89%35.1%-
HSV(B)308.26º75.69%56.47%-
XYZ16.078.7221.6-
YUV78.31156.61174.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.75%
GREEN value IS 35 (14.06% from 255) = 11.36%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=46.75%
G=11.36%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443512900.760.100.44308.2660.8935.1
Hex90238104CA2C1343d23
Octal22043201011412544647543
Binary1001000010001110000001010011001010101100100110100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902381; }

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

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

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

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

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

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

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

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