Html Css Color HEX #9D137B Dark Purple

📋 copy color: '#9D137B'

red 157 ◦ green 19 ◦ blue 123

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

Shades of Dark Purple #9D137B

Tints of Dark Purple #9D137B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.35%

 BLUE value IS 123 (48.44% from 255) = 41.14%

R = 52.51%
G = 6.35%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9D137B (or 0x9D137B) is known color: Dark Purple. HEX triplet: 9D, 13 and 7B. RGB value is (157,19,123). Sum of RGB (Red+Green+Blue) = 157+19+123=299 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.51% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 157 - color contains mainly: red. Hex color #9D137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D137B is #62EC84. Grayscale: #474747. Windows color (decimal): -6483077 or 8065949. OLE color: 8065949.

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

Color convert

RGB 157 19 123 -
CMYK 0 0.88 0.22 0.38
HSL 314.78º 0.78% 0.35% -
HSV(B) 314.78º 0.88% 0.62% -
XYZ 17.71 9.06 19.55 -
YUV 72.12 156.72 188.54 -
System Red Green Blue C M Y K H S L
Decimal 157 19 123 0 0.88 0.22 0.38 314.78 0.78 0.35
Hex 9D 13 7B 0 58 16 26 13B 4E 23
Octal 235 23 173 0 130 26 46 473 116 43
Binary 10011101 10011 1111011 0 1011000 10110 100110 100111011 1001110 100011

Color Harmonies of #9D137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D137B

Black with #9D137B

Text Example


Text Example

White with #9D137B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,19,123); }

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

background-color css

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

 a { background-color: rgb(157,19,123); }

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

border-color css

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

 span { border-color: rgb(157,19,123); }

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