Html Css Color HEX #990686 Dark Magenta

📋 copy color: '#990686'

red 153 ◦ green 6 ◦ blue 134

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

Shades of Dark Magenta #990686

Tints of Dark Magenta #990686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 45.73%

R = 52.22%
G = 2.05%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#990686 (or 0x990686) is known color: Dark Magenta. HEX triplet: 99, 06 and 86. RGB value is (153,6,134). Sum of RGB (Red+Green+Blue) = 153+6+134=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #990686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990686 is #66F979. Grayscale: #404040. Windows color (decimal): -6748538 or 8783513. OLE color: 8783513.

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

Color convert

RGB 153 6 134 -
CMYK 0 0.96 0.12 0.4
HSL 307.76º 0.92% 0.31% -
HSV(B) 307.76º 0.96% 0.6% -
XYZ 17.51 8.62 23.3 -
YUV 64.55 167.2 191.09 -
System Red Green Blue C M Y K H S L
Decimal 153 6 134 0 0.96 0.12 0.4 307.76 0.92 0.31
Hex 99 6 86 0 60 C 28 134 5C 1F
Octal 231 6 206 0 140 14 50 464 134 37
Binary 10011001 110 10000110 0 1100000 1100 101000 100110100 1011100 11111

Color Harmonies of #990686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990686

Black with #990686

Text Example


Text Example

White with #990686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990686; }

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

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

background-color css

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

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

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

border-color css

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

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

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