Html Css Color HEX #920998 Dark Magenta

📋 copy color: '#920998'

red 146 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #920998

Tints of Dark Magenta #920998

RGB

 RED value IS 146 (57.42% from 255) = 47.56%

 GREEN value IS 9 (3.91% from 255) = 2.93%

 BLUE value IS 152 (59.77% from 255) = 49.51%

R = 47.56%
G = 2.93%
B = 49.51%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#920998 (or 0x920998) is known color: Dark Magenta. HEX triplet: 92, 09 and 98. RGB value is (146,9,152). Sum of RGB (Red+Green+Blue) = 146+9+152=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #920998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920998 is #6DF667. Grayscale: #414141. Windows color (decimal): -7206504 or 9963922. OLE color: 9963922.

HSL color Cylindrical-coordinate representation of color #920998: hue angle of 297.48º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920998 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 146 9 152 -
CMYK 0.04 0.94 0 0.40
HSL 297.48º 0.89% 0.32% -
HSV(B) 297.48º 0.94% 0.6% -
XYZ 17.62 8.57 30.43 -
YUV 66.27 176.39 184.87 -
System Red Green Blue C M Y K H S L
Decimal 146 9 152 0.04 0.94 0 0.40 297.48 0.89 0.32
Hex 92 9 98 4 5E 0 28 129 59 20
Octal 222 11 230 4 136 0 50 451 131 40
Binary 10010010 1001 10011000 100 1011110 0 101000 100101001 1011001 100000

Color Harmonies of #920998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920998

Black with #920998

Text Example


Text Example

White with #920998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920998; }

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

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

background-color css

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

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

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

border-color css

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

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

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