Html Css Color HEX #900693 Dark Magenta

📋 copy color: '#900693'

red 144 ◦ green 6 ◦ blue 147

#900693
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #900693

Tints of Dark Magenta #900693

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 value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#900693 (or 0x900693) is known color: 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

RGB 144 6 147 -
CMYK 0.02 0.96 0 0.42
HSL 298.72º 0.92% 0.3% -
HSV(B) 298.72º 0.96% 0.58% -
XYZ 16.83 8.17 28.29 -
YUV 63.34 175.22 185.54 -
System Red Green Blue C M Y K H S L
Decimal 144 6 147 0.02 0.96 0 0.42 298.72 0.92 0.3
Hex 90 6 93 2 60 0 2A 12B 5C 1E
Octal 220 6 223 2 140 0 52 453 134 36
Binary 10010000 110 10010011 10 1100000 0 101010 100101011 1011100 11110

Color Harmonies of #900693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900693

Black with #900693

Text Example


Text Example

White with #900693

Text Example


Text Example

HTML Codes & Css Web 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>