Html Css Color HEX #980886 Dark Magenta

📋 copy color: '#980886'

red 152 ◦ green 8 ◦ blue 134

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

Shades of Dark Magenta #980886

Tints of Dark Magenta #980886

RGB

 RED value IS 152 (59.77% from 255) = 51.7%

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

 BLUE value IS 134 (52.73% from 255) = 45.58%

R = 51.7%
G = 2.72%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#980886 (or 0x980886) is known color: Dark Magenta. HEX triplet: 98, 08 and 86. RGB value is (152,8,134). Sum of RGB (Red+Green+Blue) = 152+8+134=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #980886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980886 is #67F779. Grayscale: #414141. Windows color (decimal): -6813562 or 8784024. OLE color: 8784024.

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

Color convert

RGB 152 8 134 -
CMYK 0 0.95 0.12 0.40
HSL 307.5º 0.9% 0.31% -
HSV(B) 307.5º 0.95% 0.6% -
XYZ 17.34 8.57 23.29 -
YUV 65.42 166.71 189.75 -
System Red Green Blue C M Y K H S L
Decimal 152 8 134 0 0.95 0.12 0.40 307.5 0.9 0.31
Hex 98 8 86 0 5F C 28 134 5A 1F
Octal 230 10 206 0 137 14 50 464 132 37
Binary 10011000 1000 10000110 0 1011111 1100 101000 100110100 1011010 11111

Color Harmonies of #980886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980886

Black with #980886

Text Example


Text Example

White with #980886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980886; }

 p { color: rgb(152,8,134); }

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

background-color css

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

 a { background-color: rgb(152,8,134); }

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

border-color css

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

 span { border-color: rgb(152,8,134); }

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