#902C6F

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

Shades of Dark Purple #902C6F

Tints of Dark Purple #902C6F

Color information

#902C6F (or 0x902C6F) is unknown color: approx Dark Purple. HEX triplet: 90, 2C and 6F. RGB value is (144,44,111). Sum of RGB (Red+Green+Blue) = 144+44+111=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #902C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902C6F is #6FD390. Grayscale: #515151. Windows color (decimal): -7328657 or 7285904. OLE color: 7285904.

HSL color Cylindrical-coordinate representation of color #902C6F: hue angle of 319.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #902C6F is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14444111-
CMYK00.690.230.44
HSL319.8º53.19%36.86%-
HSV(B)319.8º69.44%56.47%-
XYZ15.278.8815.95-
YUV81.54144.63172.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.16%
GREEN value IS 44 (17.58% from 255) = 14.72%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=48.16%
G=14.72%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444411100.690.230.44319.853.1936.86
Hex902C6F045172C1403525
Octal22054157010527545006545
Binary1001000010110011011110100010110111101100101000000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902C6F; }

 p { color: rgb(144,44,111); }

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

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

 a { background-color: rgb(144,44,111); }

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

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

 span { border-color: rgb(144,44,111); }

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