Html Css Color HEX #9D198C Dark Purple

📋 copy color: '#9D198C'

red 157 ◦ green 25 ◦ blue 140

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

Shades of Dark Purple #9D198C

Tints of Dark Purple #9D198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.76%

 BLUE value IS 140 (55.08% from 255) = 43.48%

R = 48.76%
G = 7.76%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D198C (or 0x9D198C) is known color: Dark Purple. HEX triplet: 9D, 19 and 8C. RGB value is (157,25,140). Sum of RGB (Red+Green+Blue) = 157+25+140=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D198C is #62E673. Grayscale: #4D4D4D. Windows color (decimal): -6481524 or 9181597. OLE color: 9181597.

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

Color convert

RGB 157 25 140 -
CMYK 0 0.84 0.11 0.38
HSL 307.73º 0.73% 0.36% -
HSV(B) 307.73º 0.84% 0.62% -
XYZ 18.99 9.76 25.69 -
YUV 77.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 157 25 140 0 0.84 0.11 0.38 307.73 0.73 0.36
Hex 9D 19 8C 0 54 B 26 134 49 24
Octal 235 31 214 0 124 13 46 464 111 44
Binary 10011101 11001 10001100 0 1010100 1011 100110 100110100 1001001 100100

Color Harmonies of #9D198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D198C

Black with #9D198C

Text Example


Text Example

White with #9D198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,25,140); }

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

background-color css

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

 a { background-color: rgb(157,25,140); }

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

border-color css

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

 span { border-color: rgb(157,25,140); }

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