Html Css Color HEX #920488 Dark Magenta

📋 copy color: '#920488'

red 146 ◦ green 4 ◦ blue 136

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

Shades of Dark Magenta #920488

Tints of Dark Magenta #920488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

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

R = 51.05%
G = 1.4%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#920488 (or 0x920488) is known color: Dark Magenta. HEX triplet: 92, 04 and 88. RGB value is (146,4,136). Sum of RGB (Red+Green+Blue) = 146+4+136=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #920488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920488 is #6DFB77. Grayscale: #3D3D3D. Windows color (decimal): -7207800 or 8914066. OLE color: 8914066.

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

Color convert

RGB 146 4 136 -
CMYK 0 0.97 0.07 0.43
HSL 304.23º 0.95% 0.29% -
HSV(B) 304.23º 0.97% 0.57% -
XYZ 16.34 7.98 23.97 -
YUV 61.51 170.04 188.27 -
System Red Green Blue C M Y K H S L
Decimal 146 4 136 0 0.97 0.07 0.43 304.23 0.95 0.29
Hex 92 4 88 0 61 7 2B 130 5F 1D
Octal 222 4 210 0 141 7 53 460 137 35
Binary 10010010 100 10001000 0 1100001 111 101011 100110000 1011111 11101

Color Harmonies of #920488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920488

Black with #920488

Text Example


Text Example

White with #920488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920488; }

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

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

background-color css

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

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

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

border-color css

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

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

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