Html Css Color HEX #9D0D7F Dark Purple

📋 copy color: '#9D0D7F'

red 157 ◦ green 13 ◦ blue 127

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

Shades of Dark Purple #9D0D7F

Tints of Dark Purple #9D0D7F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.38%

 BLUE value IS 127 (50% from 255) = 42.76%

R = 52.86%
G = 4.38%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9D0D7F (or 0x9D0D7F) is known color: Dark Purple. HEX triplet: 9D, 0D and 7F. RGB value is (157,13,127). Sum of RGB (Red+Green+Blue) = 157+13+127=297 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.86% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0D7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0D7F is #62F280. Grayscale: #444444. Windows color (decimal): -6484609 or 8326557. OLE color: 8326557.

HSL color Cylindrical-coordinate representation of color #9D0D7F: hue angle of 312.5º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0D7F is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 13 127 -
CMYK 0 0.92 0.19 0.38
HSL 312.5º 0.85% 0.33% -
HSV(B) 312.5º 0.92% 0.62% -
XYZ 17.88 8.99 20.87 -
YUV 69.05 160.71 190.73 -
System Red Green Blue C M Y K H S L
Decimal 157 13 127 0 0.92 0.19 0.38 312.5 0.85 0.33
Hex 9D D 7F 0 5C 13 26 138 55 21
Octal 235 15 177 0 134 23 46 470 125 41
Binary 10011101 1101 1111111 0 1011100 10011 100110 100111000 1010101 100001

Color Harmonies of #9D0D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0D7F

Black with #9D0D7F

Text Example


Text Example

White with #9D0D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,13,127); }

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

background-color css

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

 a { background-color: rgb(157,13,127); }

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

border-color css

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

 span { border-color: rgb(157,13,127); }

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