#900278

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

Shades of Purple #900278

Tints of Purple #900278

Color information

#900278 (or 0x900278) is unknown color: approx Purple. HEX triplet: 90, 02 and 78. RGB value is (144,2,120). Sum of RGB (Red+Green+Blue) = 144+2+120=266 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.14% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 144 - color contains mainly: red. Hex color #900278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900278 is #6FFD87. Grayscale: #393939. Windows color (decimal): -7339400 or 7864976. OLE color: 7864976.

HSL color Cylindrical-coordinate representation of color #900278: hue angle of 310.14º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900278 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB1442120-
CMYK00.990.170.44
HSL310.14º97.26%28.63%-
HSV(B)310.14º98.61%56.47%-
XYZ14.917.3318.4-
YUV57.91163.04189.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.14%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=54.14%
G=0.75%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144212000.990.170.44310.1497.2628.63
Hex90278063112C136611d
Octal22021700143215446614135
Binary100100001011110000110001110001101100100110110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900278; }

 p { color: rgb(144,2,120); }

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

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

 a { background-color: rgb(144,2,120); }

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

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

 span { border-color: rgb(144,2,120); }

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