Html Css Color HEX #9D1686 Dark Purple

📋 copy color: '#9D1686'

red 157 ◦ green 22 ◦ blue 134

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

Shades of Dark Purple #9D1686

Tints of Dark Purple #9D1686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.81%

R = 50.16%
G = 7.03%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9D1686 (or 0x9D1686) is known color: Dark Purple. HEX triplet: 9D, 16 and 86. RGB value is (157,22,134). Sum of RGB (Red+Green+Blue) = 157+22+134=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1686 is #62E979. Grayscale: #4A4A4A. Windows color (decimal): -6482298 or 8787613. OLE color: 8787613.

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

Color convert

RGB 157 22 134 -
CMYK 0 0.86 0.15 0.38
HSL 310.22º 0.75% 0.35% -
HSV(B) 310.22º 0.86% 0.62% -
XYZ 18.49 9.46 23.41 -
YUV 75.13 161.23 186.39 -
System Red Green Blue C M Y K H S L
Decimal 157 22 134 0 0.86 0.15 0.38 310.22 0.75 0.35
Hex 9D 16 86 0 56 F 26 136 4B 23
Octal 235 26 206 0 126 17 46 466 113 43
Binary 10011101 10110 10000110 0 1010110 1111 100110 100110110 1001011 100011

Color Harmonies of #9D1686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1686

Black with #9D1686

Text Example


Text Example

White with #9D1686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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