Html Css Color HEX #900690 Dark Magenta

📋 copy color: '#900690'

red 144 ◦ green 6 ◦ blue 144

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

Shades of Dark Magenta #900690

Tints of Dark Magenta #900690

RGB

 RED value IS 144 (56.64% from 255) = 48.98%

 GREEN value IS 6 (2.73% from 255) = 2.04%

 BLUE value IS 144 (56.64% from 255) = 48.98%

R = 48.98%
G = 2.04%
B = 48.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#900690 (or 0x900690) is known color: Dark Magenta. HEX triplet: 90, 06 and 90. RGB value is (144,6,144). Sum of RGB (Red+Green+Blue) = 144+6+144=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #900690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900690 is #6FF96F. Grayscale: #3E3E3E. Windows color (decimal): -7338352 or 9438864. OLE color: 9438864.

HSL color Cylindrical-coordinate representation of color #900690: hue angle of 300º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900690 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 6 144 -
CMYK 0 0.96 0 0.44
HSL 300º 0.92% 0.29% -
HSV(B) 300º 0.96% 0.56% -
XYZ 16.6 8.07 27.07 -
YUV 62.99 173.72 185.78 -
System Red Green Blue C M Y K H S L
Decimal 144 6 144 0 0.96 0 0.44 300 0.92 0.29
Hex 90 6 90 0 60 0 2C 12C 5C 1D
Octal 220 6 220 0 140 0 54 454 134 35
Binary 10010000 110 10010000 0 1100000 0 101100 100101100 1011100 11101

Color Harmonies of #900690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900690

Black with #900690

Text Example


Text Example

White with #900690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900690; }

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

 H1.HeaderClassName
 {
   color: #900690;
 }
 .AnyTagClassName
 {
   color: #900690;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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