Html Css Color HEX #92008F Dark Magenta

📋 copy color: '#92008F'

red 146 ◦ green 0 ◦ blue 143

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

Shades of Dark Magenta #92008F

Tints of Dark Magenta #92008F

RGB

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

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

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

R = 50.52%
G = 0%
B = 49.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#92008F (or 0x92008F) is known color: Dark Magenta. HEX triplet: 92, 00 and 8F. RGB value is (146,0,143). Sum of RGB (Red+Green+Blue) = 146+0+143=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #92008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92008F is #6DFF70. Grayscale: #3B3B3B. Windows color (decimal): -7208817 or 9371794. OLE color: 9371794.

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

Color convert

RGB 146 0 143 -
CMYK 0 1 0.02 0.43
HSL 301.23º 1% 0.29% -
HSV(B) 301.23º 1% 0.57% -
XYZ 16.81 8.09 26.66 -
YUV 59.96 174.87 189.37 -
System Red Green Blue C M Y K H S L
Decimal 146 0 143 0 1 0.02 0.43 301.23 1 0.29
Hex 92 0 8F 0 64 2 2B 12D 64 1D
Octal 222 0 217 0 144 2 53 455 144 35
Binary 10010010 0 10001111 0 1100100 10 101011 100101101 1100100 11101

Color Harmonies of #92008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92008F

Black with #92008F

Text Example


Text Example

White with #92008F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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