Html Css Color HEX #9C0FAB Dark Magenta

📋 copy color: '#9C0FAB'

red 156 ◦ green 15 ◦ blue 171

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

Shades of Dark Magenta #9C0FAB

Tints of Dark Magenta #9C0FAB

RGB

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

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

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

R = 45.61%
G = 4.39%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C0FAB (or 0x9C0FAB) is known color: Dark Magenta. HEX triplet: 9C, 0F and AB. RGB value is (156,15,171). Sum of RGB (Red+Green+Blue) = 156+15+171=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C0FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0FAB is #63F054. Grayscale: #4A4A4A. Windows color (decimal): -6549589 or 11210652. OLE color: 11210652.

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

Color convert

RGB 156 15 171 -
CMYK 0.09 0.91 0 0.33
HSL 294.23º 0.84% 0.36% -
HSV(B) 294.23º 0.91% 0.67% -
XYZ 21.23 10.35 39.41 -
YUV 74.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 156 15 171 0.09 0.91 0 0.33 294.23 0.84 0.36
Hex 9C F AB 9 5B 0 21 126 54 24
Octal 234 17 253 11 133 0 41 446 124 44
Binary 10011100 1111 10101011 1001 1011011 0 100001 100100110 1010100 100100

Color Harmonies of #9C0FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0FAB

Black with #9C0FAB

Text Example


Text Example

White with #9C0FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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