Html Css Color HEX #9C0C93 Dark Magenta

📋 copy color: '#9C0C93'

red 156 ◦ green 12 ◦ blue 147

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

Shades of Dark Magenta #9C0C93

Tints of Dark Magenta #9C0C93

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.81%

 BLUE value IS 147 (57.81% from 255) = 46.67%

R = 49.52%
G = 3.81%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9C0C93 (or 0x9C0C93) is known color: Dark Magenta. HEX triplet: 9C, 0C and 93. RGB value is (156,12,147). Sum of RGB (Red+Green+Blue) = 156+12+147=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0C93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0C93 is #63F36C. Grayscale: #464646. Windows color (decimal): -6550381 or 9637020. OLE color: 9637020.

HSL color Cylindrical-coordinate representation of color #9C0C93: hue angle of 303.75º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0C93 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 12 147 -
CMYK 0 0.92 0.06 0.39
HSL 303.75º 0.86% 0.33% -
HSV(B) 303.75º 0.92% 0.61% -
XYZ 19.11 9.44 28.42 -
YUV 70.45 171.21 189.02 -
System Red Green Blue C M Y K H S L
Decimal 156 12 147 0 0.92 0.06 0.39 303.75 0.86 0.33
Hex 9C C 93 0 5C 6 27 130 56 21
Octal 234 14 223 0 134 6 47 460 126 41
Binary 10011100 1100 10010011 0 1011100 110 100111 100110000 1010110 100001

Color Harmonies of #9C0C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0C93

Black with #9C0C93

Text Example


Text Example

White with #9C0C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,12,147); }

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

background-color css

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

 a { background-color: rgb(156,12,147); }

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

border-color css

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

 span { border-color: rgb(156,12,147); }

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