Html Css Color HEX #9D1C8A Dark Purple

📋 copy color: '#9D1C8A'

red 157 ◦ green 28 ◦ blue 138

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

Shades of Dark Purple #9D1C8A

Tints of Dark Purple #9D1C8A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.67%

 BLUE value IS 138 (54.3% from 255) = 42.72%

R = 48.61%
G = 8.67%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9D1C8A (or 0x9D1C8A) is known color: Dark Purple. HEX triplet: 9D, 1C and 8A. RGB value is (157,28,138). Sum of RGB (Red+Green+Blue) = 157+28+138=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1C8A is #62E375. Grayscale: #4E4E4E. Windows color (decimal): -6480758 or 9051293. OLE color: 9051293.

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

Color convert

RGB 157 28 138 -
CMYK 0 0.82 0.12 0.38
HSL 308.84º 0.7% 0.36% -
HSV(B) 308.84º 0.82% 0.62% -
XYZ 18.91 9.83 24.95 -
YUV 79.11 161.24 183.56 -
System Red Green Blue C M Y K H S L
Decimal 157 28 138 0 0.82 0.12 0.38 308.84 0.7 0.36
Hex 9D 1C 8A 0 52 C 26 135 46 24
Octal 235 34 212 0 122 14 46 465 106 44
Binary 10011101 11100 10001010 0 1010010 1100 100110 100110101 1000110 100100

Color Harmonies of #9D1C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1C8A

Black with #9D1C8A

Text Example


Text Example

White with #9D1C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,28,138); }

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

background-color css

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

 a { background-color: rgb(157,28,138); }

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

border-color css

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

 span { border-color: rgb(157,28,138); }

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