Html Css Color HEX #9C05AD Dark Magenta

📋 copy color: '#9C05AD'

red 156 ◦ green 5 ◦ blue 173

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

Shades of Dark Magenta #9C05AD

Tints of Dark Magenta #9C05AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

 BLUE value IS 173 (67.97% from 255) = 51.8%

R = 46.71%
G = 1.5%
B = 51.8%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C05AD (or 0x9C05AD) is known color: Dark Magenta. HEX triplet: 9C, 05 and AD. RGB value is (156,5,173). Sum of RGB (Red+Green+Blue) = 156+5+173=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C05AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C05AD is #63FA52. Grayscale: #444444. Windows color (decimal): -6552147 or 11339164. OLE color: 11339164.

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

Color convert

RGB 156 5 173 -
CMYK 0.10 0.97 0 0.32
HSL 293.93º 0.94% 0.35% -
HSV(B) 293.93º 0.97% 0.68% -
XYZ 21.31 10.19 40.38 -
YUV 69.3 186.53 189.84 -
System Red Green Blue C M Y K H S L
Decimal 156 5 173 0.10 0.97 0 0.32 293.93 0.94 0.35
Hex 9C 5 AD A 61 0 20 126 5E 23
Octal 234 5 255 12 141 0 40 446 136 43
Binary 10011100 101 10101101 1010 1100001 0 100000 100100110 1011110 100011

Color Harmonies of #9C05AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C05AD

Black with #9C05AD

Text Example


Text Example

White with #9C05AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,5,173); }

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

background-color css

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

 a { background-color: rgb(156,5,173); }

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

border-color css

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

 span { border-color: rgb(156,5,173); }

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