Html Css Color HEX #9D1692 Dark Magenta

📋 copy color: '#9D1692'

red 157 ◦ green 22 ◦ blue 146

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

Shades of Dark Magenta #9D1692

Tints of Dark Magenta #9D1692

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.77%

 BLUE value IS 146 (57.42% from 255) = 44.92%

R = 48.31%
G = 6.77%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9D1692 (or 0x9D1692) is known color: Dark Magenta. HEX triplet: 9D, 16 and 92. RGB value is (157,22,146). Sum of RGB (Red+Green+Blue) = 157+22+146=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1692 is #62E96D. Grayscale: #4C4C4C. Windows color (decimal): -6482286 or 9574045. OLE color: 9574045.

HSL color Cylindrical-coordinate representation of color #9D1692: hue angle of 304.89º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D1692 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 22 146 -
CMYK 0 0.86 0.07 0.38
HSL 304.89º 0.75% 0.35% -
HSV(B) 304.89º 0.86% 0.62% -
XYZ 19.38 9.82 28.07 -
YUV 76.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 157 22 146 0 0.86 0.07 0.38 304.89 0.75 0.35
Hex 9D 16 92 0 56 7 26 131 4B 23
Octal 235 26 222 0 126 7 46 461 113 43
Binary 10011101 10110 10010010 0 1010110 111 100110 100110001 1001011 100011

Color Harmonies of #9D1692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1692

Black with #9D1692

Text Example


Text Example

White with #9D1692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,22,146); }

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

background-color css

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

 a { background-color: rgb(157,22,146); }

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

border-color css

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

 span { border-color: rgb(157,22,146); }

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