Html Css Color HEX #9C069D Dark Magenta

📋 copy color: '#9C069D'

red 156 ◦ green 6 ◦ blue 157

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

Shades of Dark Magenta #9C069D

Tints of Dark Magenta #9C069D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.22%

R = 48.9%
G = 1.88%
B = 49.22%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C069D (or 0x9C069D) is known color: Dark Magenta. HEX triplet: 9C, 06 and 9D. RGB value is (156,6,157). Sum of RGB (Red+Green+Blue) = 156+6+157=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C069D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C069D is #63F962. Grayscale: #434343. Windows color (decimal): -6551907 or 10290844. OLE color: 10290844.

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

Color convert

RGB 156 6 157 -
CMYK 0.01 0.96 0 0.38
HSL 299.6º 0.93% 0.32% -
HSV(B) 299.6º 0.96% 0.62% -
XYZ 19.86 9.63 32.71 -
YUV 68.06 178.2 190.72 -
System Red Green Blue C M Y K H S L
Decimal 156 6 157 0.01 0.96 0 0.38 299.6 0.93 0.32
Hex 9C 6 9D 1 60 0 26 12C 5D 20
Octal 234 6 235 1 140 0 46 454 135 40
Binary 10011100 110 10011101 1 1100000 0 100110 100101100 1011101 100000

Color Harmonies of #9C069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C069D

Black with #9C069D

Text Example


Text Example

White with #9C069D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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