Html Css Color HEX #900680 Dark Magenta

📋 copy color: '#900680'

red 144 ◦ green 6 ◦ blue 128

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

Shades of Dark Magenta #900680

Tints of Dark Magenta #900680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 46.04%

R = 51.8%
G = 2.16%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#900680 (or 0x900680) is known color: Dark Magenta. HEX triplet: 90, 06 and 80. RGB value is (144,6,128). Sum of RGB (Red+Green+Blue) = 144+6+128=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #900680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900680 is #6FF97F. Grayscale: #3C3C3C. Windows color (decimal): -7338368 or 8390288. OLE color: 8390288.

HSL color Cylindrical-coordinate representation of color #900680: hue angle of 306.96º 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 #900680 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 6 128 -
CMYK 0 0.96 0.11 0.44
HSL 306.96º 0.92% 0.29% -
HSV(B) 306.96º 0.96% 0.56% -
XYZ 15.46 7.62 21.08 -
YUV 61.17 165.72 187.08 -
System Red Green Blue C M Y K H S L
Decimal 144 6 128 0 0.96 0.11 0.44 306.96 0.92 0.29
Hex 90 6 80 0 60 B 2C 133 5C 1D
Octal 220 6 200 0 140 13 54 463 134 35
Binary 10010000 110 10000000 0 1100000 1011 101100 100110011 1011100 11101

Color Harmonies of #900680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900680

Black with #900680

Text Example


Text Example

White with #900680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900680; }

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

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

background-color css

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

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

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

border-color css

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

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

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