Html Css Color HEX #9D068B Dark Magenta

📋 copy color: '#9D068B'

red 157 ◦ green 6 ◦ blue 139

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

Shades of Dark Magenta #9D068B

Tints of Dark Magenta #9D068B

RGB

 RED value IS 157 (61.72% from 255) = 51.99%

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

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

R = 51.99%
G = 1.99%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D068B (or 0x9D068B) is known color: Dark Magenta. HEX triplet: 9D, 06 and 8B. RGB value is (157,6,139). Sum of RGB (Red+Green+Blue) = 157+6+139=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D068B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D068B is #62F974. Grayscale: #414141. Windows color (decimal): -6486389 or 9111197. OLE color: 9111197.

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

Color convert

RGB 157 6 139 -
CMYK 0 0.96 0.11 0.38
HSL 307.15º 0.93% 0.32% -
HSV(B) 307.15º 0.96% 0.62% -
XYZ 18.63 9.16 25.21 -
YUV 66.31 169.03 192.69 -
System Red Green Blue C M Y K H S L
Decimal 157 6 139 0 0.96 0.11 0.38 307.15 0.93 0.32
Hex 9D 6 8B 0 60 B 26 133 5D 20
Octal 235 6 213 0 140 13 46 463 135 40
Binary 10011101 110 10001011 0 1100000 1011 100110 100110011 1011101 100000

Color Harmonies of #9D068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D068B

Black with #9D068B

Text Example


Text Example

White with #9D068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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