Html Css Color HEX #9C068B Dark Magenta

📋 copy color: '#9C068B'

red 156 ◦ green 6 ◦ blue 139

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

Shades of Dark Magenta #9C068B

Tints of Dark Magenta #9C068B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.18%

R = 51.83%
G = 1.99%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9C068B (or 0x9C068B) is known color: Dark Magenta. HEX triplet: 9C, 06 and 8B. RGB value is (156,6,139). Sum of RGB (Red+Green+Blue) = 156+6+139=301 (39% of max value = 765). Red value is 156 (61.33% from 255 or 51.83% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 156 - color contains mainly: red. Hex color #9C068B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C068B is #63F974. Grayscale: #414141. Windows color (decimal): -6551925 or 9111196. OLE color: 9111196.

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

Color convert

RGB 156 6 139 -
CMYK 0 0.96 0.11 0.39
HSL 306.8º 0.93% 0.32% -
HSV(B) 306.8º 0.96% 0.61% -
XYZ 18.44 9.06 25.2 -
YUV 66.01 169.2 192.19 -
System Red Green Blue C M Y K H S L
Decimal 156 6 139 0 0.96 0.11 0.39 306.8 0.93 0.32
Hex 9C 6 8B 0 60 B 27 133 5D 20
Octal 234 6 213 0 140 13 47 463 135 40
Binary 10011100 110 10001011 0 1100000 1011 100111 100110011 1011101 100000

Color Harmonies of #9C068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C068B

Black with #9C068B

Text Example


Text Example

White with #9C068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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