Html Css Color HEX #990680 Dark Magenta

📋 copy color: '#990680'

red 153 ◦ green 6 ◦ blue 128

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

Shades of Dark Magenta #990680

Tints of Dark Magenta #990680

RGB

 RED value IS 153 (60.16% from 255) = 53.31%

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

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

R = 53.31%
G = 2.09%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#990680 (or 0x990680) is known color: Dark Magenta. HEX triplet: 99, 06 and 80. RGB value is (153,6,128). Sum of RGB (Red+Green+Blue) = 153+6+128=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #990680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990680 is #66F97F. Grayscale: #3F3F3F. Windows color (decimal): -6748544 or 8390297. OLE color: 8390297.

HSL color Cylindrical-coordinate representation of color #990680: hue angle of 310.2º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990680 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 6 128 -
CMYK 0 0.96 0.16 0.4
HSL 310.2º 0.92% 0.31% -
HSV(B) 310.2º 0.96% 0.6% -
XYZ 17.1 8.46 21.15 -
YUV 63.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 153 6 128 0 0.96 0.16 0.4 310.2 0.92 0.31
Hex 99 6 80 0 60 10 28 136 5C 1F
Octal 231 6 200 0 140 20 50 466 134 37
Binary 10011001 110 10000000 0 1100000 10000 101000 100110110 1011100 11111

Color Harmonies of #990680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990680

Black with #990680

Text Example


Text Example

White with #990680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990680; }

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

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

background-color css

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

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

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

border-color css

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

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

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