Html Css Color HEX #990682 Dark Magenta

📋 copy color: '#990682'

red 153 ◦ green 6 ◦ blue 130

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

Shades of Dark Magenta #990682

Tints of Dark Magenta #990682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.98%

R = 52.94%
G = 2.08%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#990682 (or 0x990682) is known color: Dark Magenta. HEX triplet: 99, 06 and 82. RGB value is (153,6,130). Sum of RGB (Red+Green+Blue) = 153+6+130=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #990682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990682 is #66F97D. Grayscale: #3F3F3F. Windows color (decimal): -6748542 or 8521369. OLE color: 8521369.

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

Color convert

RGB 153 6 130 -
CMYK 0 0.96 0.15 0.4
HSL 309.39º 0.92% 0.31% -
HSV(B) 309.39º 0.96% 0.6% -
XYZ 17.23 8.51 21.85 -
YUV 64.09 165.2 191.42 -
System Red Green Blue C M Y K H S L
Decimal 153 6 130 0 0.96 0.15 0.4 309.39 0.92 0.31
Hex 99 6 82 0 60 F 28 135 5C 1F
Octal 231 6 202 0 140 17 50 465 134 37
Binary 10011001 110 10000010 0 1100000 1111 101000 100110101 1011100 11111

Color Harmonies of #990682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990682

Black with #990682

Text Example


Text Example

White with #990682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990682; }

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

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

background-color css

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

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

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

border-color css

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

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

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