Html Css Color HEX #9C0685 Dark Magenta

📋 copy color: '#9C0685'

red 156 ◦ green 6 ◦ blue 133

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

Shades of Dark Magenta #9C0685

Tints of Dark Magenta #9C0685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 52.88%
G = 2.03%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C0685 (or 0x9C0685) is known color: Dark Magenta. HEX triplet: 9C, 06 and 85. RGB value is (156,6,133). Sum of RGB (Red+Green+Blue) = 156+6+133=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0685 is #63F97A. Grayscale: #404040. Windows color (decimal): -6551931 or 8717980. OLE color: 8717980.

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

Color convert

RGB 156 6 133 -
CMYK 0 0.96 0.15 0.39
HSL 309.2º 0.93% 0.32% -
HSV(B) 309.2º 0.96% 0.61% -
XYZ 18.01 8.89 22.96 -
YUV 65.33 166.2 192.67 -
System Red Green Blue C M Y K H S L
Decimal 156 6 133 0 0.96 0.15 0.39 309.2 0.93 0.32
Hex 9C 6 85 0 60 F 27 135 5D 20
Octal 234 6 205 0 140 17 47 465 135 40
Binary 10011100 110 10000101 0 1100000 1111 100111 100110101 1011101 100000

Color Harmonies of #9C0685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0685

Black with #9C0685

Text Example


Text Example

White with #9C0685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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