Html Css Color HEX #9C0BAE Dark Magenta

📋 copy color: '#9C0BAE'

red 156 ◦ green 11 ◦ blue 174

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

Shades of Dark Magenta #9C0BAE

Tints of Dark Magenta #9C0BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.23%

 BLUE value IS 174 (68.36% from 255) = 51.03%

R = 45.75%
G = 3.23%
B = 51.03%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C0BAE (or 0x9C0BAE) is known color: Dark Magenta. HEX triplet: 9C, 0B and AE. RGB value is (156,11,174). Sum of RGB (Red+Green+Blue) = 156+11+174=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C0BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0BAE is #63F451. Grayscale: #484848. Windows color (decimal): -6550610 or 11406236. OLE color: 11406236.

HSL color Cylindrical-coordinate representation of color #9C0BAE: hue angle of 293.37º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0BAE is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 11 174 -
CMYK 0.10 0.94 0 0.32
HSL 293.37º 0.88% 0.36% -
HSV(B) 293.37º 0.94% 0.68% -
XYZ 21.47 10.36 40.91 -
YUV 72.94 185.04 187.25 -
System Red Green Blue C M Y K H S L
Decimal 156 11 174 0.10 0.94 0 0.32 293.37 0.88 0.36
Hex 9C B AE A 5E 0 20 125 58 24
Octal 234 13 256 12 136 0 40 445 130 44
Binary 10011100 1011 10101110 1010 1011110 0 100000 100100101 1011000 100100

Color Harmonies of #9C0BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0BAE

Black with #9C0BAE

Text Example


Text Example

White with #9C0BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,11,174); }

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

background-color css

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

 a { background-color: rgb(156,11,174); }

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

border-color css

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

 span { border-color: rgb(156,11,174); }

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