Html Css Color HEX #9C0FAE Dark Magenta

📋 copy color: '#9C0FAE'

red 156 ◦ green 15 ◦ blue 174

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

Shades of Dark Magenta #9C0FAE

Tints of Dark Magenta #9C0FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.35%

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

R = 45.22%
G = 4.35%
B = 50.43%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C0FAE (or 0x9C0FAE) is known color: Dark Magenta. HEX triplet: 9C, 0F and AE. RGB value is (156,15,174). Sum of RGB (Red+Green+Blue) = 156+15+174=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C0FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0FAE is #63F051. Grayscale: #4A4A4A. Windows color (decimal): -6549586 or 11407260. OLE color: 11407260.

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

Color convert

RGB 156 15 174 -
CMYK 0.10 0.91 0 0.32
HSL 293.21º 0.84% 0.37% -
HSV(B) 293.21º 0.91% 0.68% -
XYZ 21.52 10.47 40.93 -
YUV 75.29 183.71 185.57 -
System Red Green Blue C M Y K H S L
Decimal 156 15 174 0.10 0.91 0 0.32 293.21 0.84 0.37
Hex 9C F AE A 5B 0 20 125 54 25
Octal 234 17 256 12 133 0 40 445 124 45
Binary 10011100 1111 10101110 1010 1011011 0 100000 100100101 1010100 100101

Color Harmonies of #9C0FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0FAE

Black with #9C0FAE

Text Example


Text Example

White with #9C0FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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