Html Css Color HEX #9D1D84 Dark Purple

📋 copy color: '#9D1D84'

red 157 ◦ green 29 ◦ blue 132

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

Shades of Dark Purple #9D1D84

Tints of Dark Purple #9D1D84

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.12%

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 49.37%
G = 9.12%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9D1D84 (or 0x9D1D84) is known color: Dark Purple. HEX triplet: 9D, 1D and 84. RGB value is (157,29,132). Sum of RGB (Red+Green+Blue) = 157+29+132=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1D84 is #62E27B. Grayscale: #4E4E4E. Windows color (decimal): -6480508 or 8658333. OLE color: 8658333.

HSL color Cylindrical-coordinate representation of color #9D1D84: hue angle of 311.72º degrees, saturation: 0.69, 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 #9D1D84 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 29 132 -
CMYK 0 0.82 0.16 0.38
HSL 311.72º 0.69% 0.36% -
HSV(B) 311.72º 0.82% 0.62% -
XYZ 18.51 9.71 22.73 -
YUV 79.01 157.91 183.62 -
System Red Green Blue C M Y K H S L
Decimal 157 29 132 0 0.82 0.16 0.38 311.72 0.69 0.36
Hex 9D 1D 84 0 52 10 26 138 45 24
Octal 235 35 204 0 122 20 46 470 105 44
Binary 10011101 11101 10000100 0 1010010 10000 100110 100111000 1000101 100100

Color Harmonies of #9D1D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1D84

Black with #9D1D84

Text Example


Text Example

White with #9D1D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,29,132); }

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

background-color css

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

 a { background-color: rgb(157,29,132); }

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

border-color css

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

 span { border-color: rgb(157,29,132); }

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