Html Css Color HEX #9D198D Dark Purple

📋 copy color: '#9D198D'

red 157 ◦ green 25 ◦ blue 141

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

Shades of Dark Purple #9D198D

Tints of Dark Purple #9D198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.65%

R = 48.61%
G = 7.74%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D198D (or 0x9D198D) is known color: Dark Purple. HEX triplet: 9D, 19 and 8D. RGB value is (157,25,141). Sum of RGB (Red+Green+Blue) = 157+25+141=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D198D is #62E672. Grayscale: #4D4D4D. Windows color (decimal): -6481523 or 9247133. OLE color: 9247133.

HSL color Cylindrical-coordinate representation of color #9D198D: hue angle of 307.27º 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 #9D198D is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 25 141 -
CMYK 0 0.84 0.10 0.38
HSL 307.27º 0.73% 0.36% -
HSV(B) 307.27º 0.84% 0.62% -
XYZ 19.06 9.79 26.08 -
YUV 77.69 163.73 184.57 -
System Red Green Blue C M Y K H S L
Decimal 157 25 141 0 0.84 0.10 0.38 307.27 0.73 0.36
Hex 9D 19 8D 0 54 A 26 133 49 24
Octal 235 31 215 0 124 12 46 463 111 44
Binary 10011101 11001 10001101 0 1010100 1010 100110 100110011 1001001 100100

Color Harmonies of #9D198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D198D

Black with #9D198D

Text Example


Text Example

White with #9D198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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