Html Css Color HEX #9C0092 Dark Magenta

📋 copy color: '#9C0092'

red 156 ◦ green 0 ◦ blue 146

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

Shades of Dark Magenta #9C0092

Tints of Dark Magenta #9C0092

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9C0092 (or 0x9C0092) is known color: Dark Magenta. HEX triplet: 9C, 00 and 92. RGB value is (156,0,146). Sum of RGB (Red+Green+Blue) = 156+0+146=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0092 is #63FF6D. Grayscale: #3E3E3E. Windows color (decimal): -6553454 or 9568412. OLE color: 9568412.

HSL color Cylindrical-coordinate representation of color #9C0092: hue angle of 303.85º 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 #9C0092 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 0 146 -
CMYK 0 1 0.06 0.39
HSL 303.85º 1% 0.31% -
HSV(B) 303.85º 1% 0.61% -
XYZ 18.9 9.14 27.96 -
YUV 63.29 174.68 194.13 -
System Red Green Blue C M Y K H S L
Decimal 156 0 146 0 1 0.06 0.39 303.85 1 0.31
Hex 9C 0 92 0 64 6 27 130 64 1F
Octal 234 0 222 0 144 6 47 460 144 37
Binary 10011100 0 10010010 0 1100100 110 100111 100110000 1100100 11111

Color Harmonies of #9C0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0092

Black with #9C0092

Text Example


Text Example

White with #9C0092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C0092; }

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

 H1.HeaderClassName
 {
   color: #9C0092;
 }
 .AnyTagClassName
 {
   color: #9C0092;
 }
</style>

background-color css

<style>
 a { background-color: #9C0092; }

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

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

border-color css

<style>
 span { border-color: #9C0092; }

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

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