Html Css Color HEX #9D0194 Dark Magenta

📋 copy color: '#9D0194'

red 157 ◦ green 1 ◦ blue 148

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

Shades of Dark Magenta #9D0194

Tints of Dark Magenta #9D0194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 148 (58.2% from 255) = 48.37%

R = 51.31%
G = 0.33%
B = 48.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9D0194 (or 0x9D0194) is known color: Dark Magenta. HEX triplet: 9D, 01 and 94. RGB value is (157,1,148). Sum of RGB (Red+Green+Blue) = 157+1+148=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0194 is #62FE6B. Grayscale: #3F3F3F. Windows color (decimal): -6487660 or 9699741. OLE color: 9699741.

HSL color Cylindrical-coordinate representation of color #9D0194: hue angle of 303.46º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D0194 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 1 148 -
CMYK 0 0.99 0.06 0.38
HSL 303.46º 0.99% 0.31% -
HSV(B) 303.46º 0.99% 0.62% -
XYZ 19.26 9.33 28.8 -
YUV 64.4 175.18 194.05 -
System Red Green Blue C M Y K H S L
Decimal 157 1 148 0 0.99 0.06 0.38 303.46 0.99 0.31
Hex 9D 1 94 0 63 6 26 12F 63 1F
Octal 235 1 224 0 143 6 46 457 143 37
Binary 10011101 1 10010100 0 1100011 110 100110 100101111 1100011 11111

Color Harmonies of #9D0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0194

Black with #9D0194

Text Example


Text Example

White with #9D0194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,1,148); }

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

background-color css

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

 a { background-color: rgb(157,1,148); }

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

border-color css

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

 span { border-color: rgb(157,1,148); }

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