Html Css Color HEX #92008C Dark Magenta

📋 copy color: '#92008C'

red 146 ◦ green 0 ◦ blue 140

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

Shades of Dark Magenta #92008C

Tints of Dark Magenta #92008C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.95%

R = 51.05%
G = 0%
B = 48.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#92008C (or 0x92008C) is known color: Dark Magenta. HEX triplet: 92, 00 and 8C. RGB value is (146,0,140). Sum of RGB (Red+Green+Blue) = 146+0+140=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #92008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92008C is #6DFF73. Grayscale: #3B3B3B. Windows color (decimal): -7208820 or 9175186. OLE color: 9175186.

HSL color Cylindrical-coordinate representation of color #92008C: hue angle of 302.47º 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 #92008C is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 0 140 -
CMYK 0 1 0.04 0.43
HSL 302.47º 1% 0.29% -
HSV(B) 302.47º 1% 0.57% -
XYZ 16.59 8 25.48 -
YUV 59.61 173.37 189.62 -
System Red Green Blue C M Y K H S L
Decimal 146 0 140 0 1 0.04 0.43 302.47 1 0.29
Hex 92 0 8C 0 64 4 2B 12E 64 1D
Octal 222 0 214 0 144 4 53 456 144 35
Binary 10010010 0 10001100 0 1100100 100 101011 100101110 1100100 11101

Color Harmonies of #92008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92008C

Black with #92008C

Text Example


Text Example

White with #92008C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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