Html Css Color HEX #980892 Dark Magenta

📋 copy color: '#980892'

red 152 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #980892

Tints of Dark Magenta #980892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.71%

R = 49.67%
G = 2.61%
B = 47.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#980892 (or 0x980892) is known color: Dark Magenta. HEX triplet: 98, 08 and 92. RGB value is (152,8,146). Sum of RGB (Red+Green+Blue) = 152+8+146=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #980892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980892 is #67F76D. Grayscale: #424242. Windows color (decimal): -6813550 or 9570456. OLE color: 9570456.

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

Color convert

RGB 152 8 146 -
CMYK 0 0.95 0.04 0.40
HSL 302.5º 0.9% 0.31% -
HSV(B) 302.5º 0.95% 0.6% -
XYZ 18.22 8.92 27.96 -
YUV 66.79 172.71 188.78 -
System Red Green Blue C M Y K H S L
Decimal 152 8 146 0 0.95 0.04 0.40 302.5 0.9 0.31
Hex 98 8 92 0 5F 4 28 12E 5A 1F
Octal 230 10 222 0 137 4 50 456 132 37
Binary 10011000 1000 10010010 0 1011111 100 101000 100101110 1011010 11111

Color Harmonies of #980892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980892

Black with #980892

Text Example


Text Example

White with #980892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980892; }

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

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

background-color css

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

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

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

border-color css

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

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

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