#902167

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

Shades of Dark Purple #902167

Tints of Dark Purple #902167

Color information

#902167 (or 0x902167) is unknown color: approx Dark Purple. HEX triplet: 90, 21 and 67. RGB value is (144,33,103). Sum of RGB (Red+Green+Blue) = 144+33+103=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #902167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902167 is #6FDE98. Grayscale: #4A4A4A. Windows color (decimal): -7331481 or 6758800. OLE color: 6758800.

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

Color convert

RGB14433103-
CMYK00.770.280.44
HSL322.16º62.71%34.71%-
HSV(B)322.16º77.08%56.47%-
XYZ14.49813.61-
YUV74.17144.27177.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.43%
GREEN value IS 33 (13.28% from 255) = 11.79%
BLUE value IS 103 (40.62% from 255) = 36.79%
R=51.43%
G=11.79%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443310300.770.280.44322.1662.7134.71
Hex90216704D1C2C1423f23
Octal22041147011534545027743
Binary1001000010000111001110100110111100101100101000010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902167; }

 p { color: rgb(144,33,103); }

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

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

 a { background-color: rgb(144,33,103); }

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

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

 span { border-color: rgb(144,33,103); }

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