#902868

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

Shades of Dark Purple #902868

Tints of Dark Purple #902868

Color information

#902868 (or 0x902868) is unknown color: approx Dark Purple. HEX triplet: 90, 28 and 68. RGB value is (144,40,104). Sum of RGB (Red+Green+Blue) = 144+40+104=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #902868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902868 is #6FD797. Grayscale: #4E4E4E. Windows color (decimal): -7329688 or 6826128. OLE color: 6826128.

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

Color convert

RGB14440104-
CMYK00.720.280.44
HSL323.08º56.52%36.08%-
HSV(B)323.08º72.22%56.47%-
XYZ14.768.4513.95-
YUV78.39142.46174.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 40 (16.02% from 255) = 13.89%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=50%
G=13.89%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444010400.720.280.44323.0856.5236.08
Hex9028680481C2C1433924
Octal22050150011034545037144
Binary1001000010100011010000100100011100101100101000011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902868; }

 p { color: rgb(144,40,104); }

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

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

 a { background-color: rgb(144,40,104); }

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

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

 span { border-color: rgb(144,40,104); }

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