Html Css Color HEX #92009C Dark Magenta

📋 copy color: '#92009C'

red 146 ◦ green 0 ◦ blue 156

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

Shades of Dark Magenta #92009C

Tints of Dark Magenta #92009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.66%

R = 48.34%
G = 0%
B = 51.66%

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

#92009C (or 0x92009C) is known color: Dark Magenta. HEX triplet: 92, 00 and 9C. RGB value is (146,0,156). Sum of RGB (Red+Green+Blue) = 146+0+156=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #92009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92009C is #6DFF63. Grayscale: #3C3C3C. Windows color (decimal): -7208804 or 10223762. OLE color: 10223762.

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

Color convert

RGB 146 0 156 -
CMYK 0.06 1 0 0.39
HSL 296.15º 1% 0.31% -
HSV(B) 296.15º 1% 0.61% -
XYZ 17.85 8.51 32.15 -
YUV 61.44 181.37 188.32 -
System Red Green Blue C M Y K H S L
Decimal 146 0 156 0.06 1 0 0.39 296.15 1 0.31
Hex 92 0 9C 6 64 0 27 128 64 1F
Octal 222 0 234 6 144 0 47 450 144 37
Binary 10010010 0 10011100 110 1100100 0 100111 100101000 1100100 11111

Color Harmonies of #92009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92009C

Black with #92009C

Text Example


Text Example

White with #92009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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