Html Css Color HEX #9C03AE Dark Magenta

📋 copy color: '#9C03AE'

red 156 ◦ green 3 ◦ blue 174

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

Shades of Dark Magenta #9C03AE

Tints of Dark Magenta #9C03AE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 46.85%
G = 0.9%
B = 52.25%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C03AE (or 0x9C03AE) is known color: Dark Magenta. HEX triplet: 9C, 03 and AE. RGB value is (156,3,174). Sum of RGB (Red+Green+Blue) = 156+3+174=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C03AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C03AE is #63FC51. Grayscale: #434343. Windows color (decimal): -6552658 or 11404188. OLE color: 11404188.

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

Color convert

RGB 156 3 174 -
CMYK 0.10 0.98 0 0.32
HSL 293.68º 0.97% 0.35% -
HSV(B) 293.68º 0.98% 0.68% -
XYZ 21.38 10.19 40.88 -
YUV 68.24 187.69 190.6 -
System Red Green Blue C M Y K H S L
Decimal 156 3 174 0.10 0.98 0 0.32 293.68 0.97 0.35
Hex 9C 3 AE A 62 0 20 126 61 23
Octal 234 3 256 12 142 0 40 446 141 43
Binary 10011100 11 10101110 1010 1100010 0 100000 100100110 1100001 100011

Color Harmonies of #9C03AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C03AE

Black with #9C03AE

Text Example


Text Example

White with #9C03AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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