Html Css Color HEX #920288 Dark Magenta

📋 copy color: '#920288'

red 146 ◦ green 2 ◦ blue 136

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

Shades of Dark Magenta #920288

Tints of Dark Magenta #920288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 51.41%
G = 0.7%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#920288 (or 0x920288) is known color: Dark Magenta. HEX triplet: 92, 02 and 88. RGB value is (146,2,136). Sum of RGB (Red+Green+Blue) = 146+2+136=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #920288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920288 is #6DFD77. Grayscale: #3B3B3B. Windows color (decimal): -7208312 or 8913554. OLE color: 8913554.

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

Color convert

RGB 146 2 136 -
CMYK 0 0.99 0.07 0.43
HSL 304.17º 0.97% 0.29% -
HSV(B) 304.17º 0.99% 0.57% -
XYZ 16.32 7.93 23.96 -
YUV 60.33 170.71 189.1 -
System Red Green Blue C M Y K H S L
Decimal 146 2 136 0 0.99 0.07 0.43 304.17 0.97 0.29
Hex 92 2 88 0 63 7 2B 130 61 1D
Octal 222 2 210 0 143 7 53 460 141 35
Binary 10010010 10 10001000 0 1100011 111 101011 100110000 1100001 11101

Color Harmonies of #920288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920288

Black with #920288

Text Example


Text Example

White with #920288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920288; }

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

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

background-color css

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

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

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

border-color css

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

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

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