Html Css Color HEX #990691 Dark Magenta

📋 copy color: '#990691'

red 153 ◦ green 6 ◦ blue 145

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

Shades of Dark Magenta #990691

Tints of Dark Magenta #990691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 47.7%

R = 50.33%
G = 1.97%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#990691 (or 0x990691) is known color: Dark Magenta. HEX triplet: 99, 06 and 91. RGB value is (153,6,145). Sum of RGB (Red+Green+Blue) = 153+6+145=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #990691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990691 is #66F96E. Grayscale: #414141. Windows color (decimal): -6748527 or 9504409. OLE color: 9504409.

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

Color convert

RGB 153 6 145 -
CMYK 0 0.96 0.05 0.4
HSL 303.27º 0.92% 0.31% -
HSV(B) 303.27º 0.96% 0.6% -
XYZ 18.31 8.95 27.55 -
YUV 65.8 172.7 190.2 -
System Red Green Blue C M Y K H S L
Decimal 153 6 145 0 0.96 0.05 0.4 303.27 0.92 0.31
Hex 99 6 91 0 60 5 28 12F 5C 1F
Octal 231 6 221 0 140 5 50 457 134 37
Binary 10011001 110 10010001 0 1100000 101 101000 100101111 1011100 11111

Color Harmonies of #990691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990691

Black with #990691

Text Example


Text Example

White with #990691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990691; }

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

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

background-color css

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

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

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

border-color css

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

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

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