Html Css Color HEX #920098 Dark Magenta

📋 copy color: '#920098'

red 146 ◦ green 0 ◦ blue 152

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

Shades of Dark Magenta #920098

Tints of Dark Magenta #920098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.99%
G = 0%
B = 51.01%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#920098 (or 0x920098) is known color: Dark Magenta. HEX triplet: 92, 00 and 98. RGB value is (146,0,152). Sum of RGB (Red+Green+Blue) = 146+0+152=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #920098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920098 is #6DFF67. Grayscale: #3C3C3C. Windows color (decimal): -7208808 or 9961618. OLE color: 9961618.

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

Color convert

RGB 146 0 152 -
CMYK 0.04 1 0 0.40
HSL 297.63º 1% 0.3% -
HSV(B) 297.63º 1% 0.6% -
XYZ 17.52 8.38 30.4 -
YUV 60.98 179.37 188.64 -
System Red Green Blue C M Y K H S L
Decimal 146 0 152 0.04 1 0 0.40 297.63 1 0.3
Hex 92 0 98 4 64 0 28 12A 64 1E
Octal 222 0 230 4 144 0 50 452 144 36
Binary 10010010 0 10011000 100 1100100 0 101000 100101010 1100100 11110

Color Harmonies of #920098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920098

Black with #920098

Text Example


Text Example

White with #920098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920098; }

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

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

background-color css

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

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

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

border-color css

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

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

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