Html Css Color HEX #990688 Dark Magenta

📋 copy color: '#990688'

red 153 ◦ green 6 ◦ blue 136

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

Shades of Dark Magenta #990688

Tints of Dark Magenta #990688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.1%

R = 51.86%
G = 2.03%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#990688 (or 0x990688) is known color: Dark Magenta. HEX triplet: 99, 06 and 88. RGB value is (153,6,136). Sum of RGB (Red+Green+Blue) = 153+6+136=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #990688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990688 is #66F977. Grayscale: #404040. Windows color (decimal): -6748536 or 8914585. OLE color: 8914585.

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

Color convert

RGB 153 6 136 -
CMYK 0 0.96 0.11 0.4
HSL 306.94º 0.92% 0.31% -
HSV(B) 306.94º 0.96% 0.6% -
XYZ 17.65 8.68 24.04 -
YUV 64.77 168.2 190.93 -
System Red Green Blue C M Y K H S L
Decimal 153 6 136 0 0.96 0.11 0.4 306.94 0.92 0.31
Hex 99 6 88 0 60 B 28 133 5C 1F
Octal 231 6 210 0 140 13 50 463 134 37
Binary 10011001 110 10001000 0 1100000 1011 101000 100110011 1011100 11111

Color Harmonies of #990688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990688

Black with #990688

Text Example


Text Example

White with #990688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990688; }

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

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

background-color css

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

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

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

border-color css

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

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

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