Html Css Color HEX #990882 Dark Magenta

📋 copy color: '#990882'

red 153 ◦ green 8 ◦ blue 130

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

Shades of Dark Magenta #990882

Tints of Dark Magenta #990882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.75%

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

R = 52.58%
G = 2.75%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#990882 (or 0x990882) is known color: Dark Magenta. HEX triplet: 99, 08 and 82. RGB value is (153,8,130). Sum of RGB (Red+Green+Blue) = 153+8+130=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #990882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990882 is #66F77D. Grayscale: #404040. Windows color (decimal): -6748030 or 8521881. OLE color: 8521881.

HSL color Cylindrical-coordinate representation of color #990882: hue angle of 309.52º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990882 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 8 130 -
CMYK 0 0.95 0.15 0.4
HSL 309.52º 0.9% 0.32% -
HSV(B) 309.52º 0.95% 0.6% -
XYZ 17.25 8.56 21.86 -
YUV 65.26 164.54 190.58 -
System Red Green Blue C M Y K H S L
Decimal 153 8 130 0 0.95 0.15 0.4 309.52 0.9 0.32
Hex 99 8 82 0 5F F 28 136 5A 20
Octal 231 10 202 0 137 17 50 466 132 40
Binary 10011001 1000 10000010 0 1011111 1111 101000 100110110 1011010 100000

Color Harmonies of #990882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990882

Black with #990882

Text Example


Text Example

White with #990882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990882; }

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

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

background-color css

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

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

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

border-color css

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

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

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