Html Css Color HEX #9C067F Dark Magenta

📋 copy color: '#9C067F'

red 156 ◦ green 6 ◦ blue 127

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

Shades of Dark Magenta #9C067F

Tints of Dark Magenta #9C067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

 BLUE value IS 127 (50% from 255) = 43.94%

R = 53.98%
G = 2.08%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C067F (or 0x9C067F) is known color: Dark Magenta. HEX triplet: 9C, 06 and 7F. RGB value is (156,6,127). Sum of RGB (Red+Green+Blue) = 156+6+127=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C067F is #63F980. Grayscale: #404040. Windows color (decimal): -6551937 or 8324764. OLE color: 8324764.

HSL color Cylindrical-coordinate representation of color #9C067F: hue angle of 311.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C067F is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 6 127 -
CMYK 0 0.96 0.19 0.39
HSL 311.6º 0.93% 0.32% -
HSV(B) 311.6º 0.96% 0.61% -
XYZ 17.61 8.73 20.84 -
YUV 64.64 163.2 193.16 -
System Red Green Blue C M Y K H S L
Decimal 156 6 127 0 0.96 0.19 0.39 311.6 0.93 0.32
Hex 9C 6 7F 0 60 13 27 138 5D 20
Octal 234 6 177 0 140 23 47 470 135 40
Binary 10011100 110 1111111 0 1100000 10011 100111 100111000 1011101 100000

Color Harmonies of #9C067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C067F

Black with #9C067F

Text Example


Text Example

White with #9C067F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,6,127); }

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

background-color css

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

 a { background-color: rgb(156,6,127); }

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

border-color css

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

 span { border-color: rgb(156,6,127); }

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