#900693

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

Shades of Dark Magenta #900693

Tints of Dark Magenta #900693

Color information

#900693 (or 0x900693) is unknown color: approx Dark Magenta. HEX triplet: 90, 06 and 93. RGB value is (144,6,147). Sum of RGB (Red+Green+Blue) = 144+6+147=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #900693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900693 is #6FF96C. Grayscale: #3E3E3E. Windows color (decimal): -7338349 or 9635472. OLE color: 9635472.

HSL color Cylindrical-coordinate representation of color #900693: hue angle of 298.72º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900693 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1446147-
CMYK0.020.9600.42
HSL298.72º92.16%30%-
HSV(B)298.72º95.92%57.65%-
XYZ16.838.1728.29-
YUV63.34175.22185.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.48%
GREEN value IS 6 (2.73% from 255) = 2.02%
BLUE value IS 147 (57.81% from 255) = 49.49%
R=48.48%
G=2.02%
B=49.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14461470.020.9600.42298.7292.1630
Hex9069326002A12b5c1e
Octal2206223214005245313436
Binary10010000110100100111011000000101010100101011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900693; }

 p { color: rgb(144,6,147); }

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

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

 a { background-color: rgb(144,6,147); }

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

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

 span { border-color: rgb(144,6,147); }

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