Html Css Color HEX #9C0E8A Dark Magenta

📋 copy color: '#9C0E8A'

red 156 ◦ green 14 ◦ blue 138

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

Shades of Dark Magenta #9C0E8A

Tints of Dark Magenta #9C0E8A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.55%

 BLUE value IS 138 (54.3% from 255) = 44.81%

R = 50.65%
G = 4.55%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C0E8A (or 0x9C0E8A) is known color: Dark Magenta. HEX triplet: 9C, 0E and 8A. RGB value is (156,14,138). Sum of RGB (Red+Green+Blue) = 156+14+138=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0E8A is #63F175. Grayscale: #464646. Windows color (decimal): -6549878 or 9047708. OLE color: 9047708.

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

Color convert

RGB 156 14 138 -
CMYK 0 0.91 0.12 0.39
HSL 307.61º 0.84% 0.33% -
HSV(B) 307.61º 0.91% 0.61% -
XYZ 18.45 9.22 24.85 -
YUV 70.59 166.04 188.92 -
System Red Green Blue C M Y K H S L
Decimal 156 14 138 0 0.91 0.12 0.39 307.61 0.84 0.33
Hex 9C E 8A 0 5B C 27 134 54 21
Octal 234 16 212 0 133 14 47 464 124 41
Binary 10011100 1110 10001010 0 1011011 1100 100111 100110100 1010100 100001

Color Harmonies of #9C0E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0E8A

Black with #9C0E8A

Text Example


Text Example

White with #9C0E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,14,138); }

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

background-color css

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

 a { background-color: rgb(156,14,138); }

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

border-color css

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

 span { border-color: rgb(156,14,138); }

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