Html Css Color HEX #92009B Dark Magenta

📋 copy color: '#92009B'

red 146 ◦ green 0 ◦ blue 155

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

Shades of Dark Magenta #92009B

Tints of Dark Magenta #92009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.5%

R = 48.5%
G = 0%
B = 51.5%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#92009B (or 0x92009B) is known color: Dark Magenta. HEX triplet: 92, 00 and 9B. RGB value is (146,0,155). Sum of RGB (Red+Green+Blue) = 146+0+155=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #92009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92009B is #6DFF64. Grayscale: #3C3C3C. Windows color (decimal): -7208805 or 10158226. OLE color: 10158226.

HSL color Cylindrical-coordinate representation of color #92009B: hue angle of 296.52º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92009B is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 146 0 155 -
CMYK 0.06 1 0 0.39
HSL 296.52º 1% 0.3% -
HSV(B) 296.52º 1% 0.61% -
XYZ 17.77 8.48 31.71 -
YUV 61.32 180.87 188.4 -
System Red Green Blue C M Y K H S L
Decimal 146 0 155 0.06 1 0 0.39 296.52 1 0.3
Hex 92 0 9B 6 64 0 27 129 64 1E
Octal 222 0 233 6 144 0 47 451 144 36
Binary 10010010 0 10011011 110 1100100 0 100111 100101001 1100100 11110

Color Harmonies of #92009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92009B

Black with #92009B

Text Example


Text Example

White with #92009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92009B; }

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

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

background-color css

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

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

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

border-color css

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

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

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