Html Css Color HEX #990690 Dark Magenta

📋 copy color: '#990690'

red 153 ◦ green 6 ◦ blue 144

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

Shades of Dark Magenta #990690

Tints of Dark Magenta #990690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.52%

R = 50.5%
G = 1.98%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#990690 (or 0x990690) is known color: Dark Magenta. HEX triplet: 99, 06 and 90. RGB value is (153,6,144). Sum of RGB (Red+Green+Blue) = 153+6+144=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #990690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990690 is #66F96F. Grayscale: #414141. Windows color (decimal): -6748528 or 9438873. OLE color: 9438873.

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

Color convert

RGB 153 6 144 -
CMYK 0 0.96 0.06 0.4
HSL 303.67º 0.92% 0.31% -
HSV(B) 303.67º 0.96% 0.6% -
XYZ 18.24 8.92 27.15 -
YUV 65.69 172.2 190.28 -
System Red Green Blue C M Y K H S L
Decimal 153 6 144 0 0.96 0.06 0.4 303.67 0.92 0.31
Hex 99 6 90 0 60 6 28 130 5C 1F
Octal 231 6 220 0 140 6 50 460 134 37
Binary 10011001 110 10010000 0 1100000 110 101000 100110000 1011100 11111

Color Harmonies of #990690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990690

Black with #990690

Text Example


Text Example

White with #990690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990690; }

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

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

background-color css

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

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

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

border-color css

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

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

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