Html Css Color HEX #9C0E9B Dark Magenta

📋 copy color: '#9C0E9B'

red 156 ◦ green 14 ◦ blue 155

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

Shades of Dark Magenta #9C0E9B

Tints of Dark Magenta #9C0E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 48%
G = 4.31%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9C0E9B (or 0x9C0E9B) is known color: Dark Magenta. HEX triplet: 9C, 0E and 9B. RGB value is (156,14,155). Sum of RGB (Red+Green+Blue) = 156+14+155=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0E9B is #63F164. Grayscale: #484848. Windows color (decimal): -6549861 or 10161820. OLE color: 10161820.

HSL color Cylindrical-coordinate representation of color #9C0E9B: hue angle of 300.42º 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 #9C0E9B is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 14 155 -
CMYK 0 0.91 0.01 0.39
HSL 300.42º 0.84% 0.33% -
HSV(B) 300.42º 0.91% 0.61% -
XYZ 19.78 9.75 31.85 -
YUV 72.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 156 14 155 0 0.91 0.01 0.39 300.42 0.84 0.33
Hex 9C E 9B 0 5B 1 27 12C 54 21
Octal 234 16 233 0 133 1 47 454 124 41
Binary 10011100 1110 10011011 0 1011011 1 100111 100101100 1010100 100001

Color Harmonies of #9C0E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0E9B

Black with #9C0E9B

Text Example


Text Example

White with #9C0E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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