Html Css Color HEX #920888 Dark Magenta

📋 copy color: '#920888'

red 146 ◦ green 8 ◦ blue 136

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

Shades of Dark Magenta #920888

Tints of Dark Magenta #920888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.9%

R = 50.34%
G = 2.76%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#920888 (or 0x920888) is known color: Dark Magenta. HEX triplet: 92, 08 and 88. RGB value is (146,8,136). Sum of RGB (Red+Green+Blue) = 146+8+136=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #920888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920888 is #6DF777. Grayscale: #3F3F3F. Windows color (decimal): -7206776 or 8915090. OLE color: 8915090.

HSL color Cylindrical-coordinate representation of color #920888: hue angle of 304.35º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920888 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 8 136 -
CMYK 0 0.95 0.07 0.43
HSL 304.35º 0.9% 0.3% -
HSV(B) 304.35º 0.95% 0.57% -
XYZ 16.38 8.06 23.99 -
YUV 63.85 168.72 186.59 -
System Red Green Blue C M Y K H S L
Decimal 146 8 136 0 0.95 0.07 0.43 304.35 0.9 0.3
Hex 92 8 88 0 5F 7 2B 130 5A 1E
Octal 222 10 210 0 137 7 53 460 132 36
Binary 10010010 1000 10001000 0 1011111 111 101011 100110000 1011010 11110

Color Harmonies of #920888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920888

Black with #920888

Text Example


Text Example

White with #920888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920888; }

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

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

background-color css

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

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

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

border-color css

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

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

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