Html Css Color HEX #980896 Dark Magenta

📋 copy color: '#980896'

red 152 ◦ green 8 ◦ blue 150

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

Shades of Dark Magenta #980896

Tints of Dark Magenta #980896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.39%

R = 49.03%
G = 2.58%
B = 48.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#980896 (or 0x980896) is known color: Dark Magenta. HEX triplet: 98, 08 and 96. RGB value is (152,8,150). Sum of RGB (Red+Green+Blue) = 152+8+150=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #980896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980896 is #67F769. Grayscale: #424242. Windows color (decimal): -6813546 or 9832600. OLE color: 9832600.

HSL color Cylindrical-coordinate representation of color #980896: hue angle of 300.83º 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 #980896 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 8 150 -
CMYK 0 0.95 0.01 0.40
HSL 300.83º 0.9% 0.31% -
HSV(B) 300.83º 0.95% 0.6% -
XYZ 18.54 9.05 29.62 -
YUV 67.24 174.71 188.45 -
System Red Green Blue C M Y K H S L
Decimal 152 8 150 0 0.95 0.01 0.40 300.83 0.9 0.31
Hex 98 8 96 0 5F 1 28 12D 5A 1F
Octal 230 10 226 0 137 1 50 455 132 37
Binary 10011000 1000 10010110 0 1011111 1 101000 100101101 1011010 11111

Color Harmonies of #980896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980896

Black with #980896

Text Example


Text Example

White with #980896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980896; }

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

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

background-color css

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

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

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

border-color css

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

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

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