Html Css Color HEX #9D0E7E Dark Purple

📋 copy color: '#9D0E7E'

red 157 ◦ green 14 ◦ blue 126

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

Shades of Dark Purple #9D0E7E

Tints of Dark Purple #9D0E7E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.71%

 BLUE value IS 126 (49.61% from 255) = 42.42%

R = 52.86%
G = 4.71%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D0E7E (or 0x9D0E7E) is known color: Dark Purple. HEX triplet: 9D, 0E and 7E. RGB value is (157,14,126). Sum of RGB (Red+Green+Blue) = 157+14+126=297 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.86% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0E7E is #62F181. Grayscale: #454545. Windows color (decimal): -6484354 or 8261277. OLE color: 8261277.

HSL color Cylindrical-coordinate representation of color #9D0E7E: hue angle of 313.01º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D0E7E is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 14 126 -
CMYK 0 0.91 0.20 0.38
HSL 313.01º 0.84% 0.34% -
HSV(B) 313.01º 0.91% 0.62% -
XYZ 17.83 8.99 20.53 -
YUV 69.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 157 14 126 0 0.91 0.20 0.38 313.01 0.84 0.34
Hex 9D E 7E 0 5B 14 26 139 54 22
Octal 235 16 176 0 133 24 46 471 124 42
Binary 10011101 1110 1111110 0 1011011 10100 100110 100111001 1010100 100010

Color Harmonies of #9D0E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0E7E

Black with #9D0E7E

Text Example


Text Example

White with #9D0E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,14,126); }

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

background-color css

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

 a { background-color: rgb(157,14,126); }

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

border-color css

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

 span { border-color: rgb(157,14,126); }

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