Html Css Color HEX #92028F Dark Magenta

📋 copy color: '#92028F'

red 146 ◦ green 2 ◦ blue 143

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

Shades of Dark Magenta #92028F

Tints of Dark Magenta #92028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 49.14%

R = 50.17%
G = 0.69%
B = 49.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#92028F (or 0x92028F) is known color: Dark Magenta. HEX triplet: 92, 02 and 8F. RGB value is (146,2,143). Sum of RGB (Red+Green+Blue) = 146+2+143=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #92028F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92028F is #6DFD70. Grayscale: #3C3C3C. Windows color (decimal): -7208305 or 9372306. OLE color: 9372306.

HSL color Cylindrical-coordinate representation of color #92028F: hue angle of 301.25º 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 #92028F is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 2 143 -
CMYK 0 0.99 0.02 0.43
HSL 301.25º 0.97% 0.29% -
HSV(B) 301.25º 0.99% 0.57% -
XYZ 16.83 8.14 26.67 -
YUV 61.13 174.21 188.54 -
System Red Green Blue C M Y K H S L
Decimal 146 2 143 0 0.99 0.02 0.43 301.25 0.97 0.29
Hex 92 2 8F 0 63 2 2B 12D 61 1D
Octal 222 2 217 0 143 2 53 455 141 35
Binary 10010010 10 10001111 0 1100011 10 101011 100101101 1100001 11101

Color Harmonies of #92028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92028F

Black with #92028F

Text Example


Text Example

White with #92028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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