Html Css Color HEX #9C069A Dark Magenta

📋 copy color: '#9C069A'

red 156 ◦ green 6 ◦ blue 154

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

Shades of Dark Magenta #9C069A

Tints of Dark Magenta #9C069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.73%

R = 49.37%
G = 1.9%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9C069A (or 0x9C069A) is known color: Dark Magenta. HEX triplet: 9C, 06 and 9A. RGB value is (156,6,154). Sum of RGB (Red+Green+Blue) = 156+6+154=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C069A is #63F965. Grayscale: #434343. Windows color (decimal): -6551910 or 10094236. OLE color: 10094236.

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

Color convert

RGB 156 6 154 -
CMYK 0 0.96 0.01 0.39
HSL 300.8º 0.93% 0.32% -
HSV(B) 300.8º 0.96% 0.61% -
XYZ 19.61 9.53 31.38 -
YUV 67.72 176.7 190.97 -
System Red Green Blue C M Y K H S L
Decimal 156 6 154 0 0.96 0.01 0.39 300.8 0.93 0.32
Hex 9C 6 9A 0 60 1 27 12D 5D 20
Octal 234 6 232 0 140 1 47 455 135 40
Binary 10011100 110 10011010 0 1100000 1 100111 100101101 1011101 100000

Color Harmonies of #9C069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C069A

Black with #9C069A

Text Example


Text Example

White with #9C069A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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