Html Css Color HEX #9C07AB Dark Magenta

📋 copy color: '#9C07AB'

red 156 ◦ green 7 ◦ blue 171

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

Shades of Dark Magenta #9C07AB

Tints of Dark Magenta #9C07AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 46.71%
G = 2.1%
B = 51.2%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C07AB (or 0x9C07AB) is known color: Dark Magenta. HEX triplet: 9C, 07 and AB. RGB value is (156,7,171). Sum of RGB (Red+Green+Blue) = 156+7+171=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C07AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C07AB is #63F854. Grayscale: #454545. Windows color (decimal): -6551637 or 11208604. OLE color: 11208604.

HSL color Cylindrical-coordinate representation of color #9C07AB: hue angle of 294.51º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C07AB is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 7 171 -
CMYK 0.09 0.96 0 0.33
HSL 294.51º 0.92% 0.35% -
HSV(B) 294.51º 0.96% 0.67% -
XYZ 21.14 10.16 39.38 -
YUV 70.25 184.86 189.16 -
System Red Green Blue C M Y K H S L
Decimal 156 7 171 0.09 0.96 0 0.33 294.51 0.92 0.35
Hex 9C 7 AB 9 60 0 21 127 5C 23
Octal 234 7 253 11 140 0 41 447 134 43
Binary 10011100 111 10101011 1001 1100000 0 100001 100100111 1011100 100011

Color Harmonies of #9C07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C07AB

Black with #9C07AB

Text Example


Text Example

White with #9C07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,7,171); }

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

background-color css

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

 a { background-color: rgb(156,7,171); }

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

border-color css

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

 span { border-color: rgb(156,7,171); }

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