Html Css Color HEX #9D2B82 Dark Purple

📋 copy color: '#9D2B82'

red 157 ◦ green 43 ◦ blue 130

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

Shades of Dark Purple #9D2B82

Tints of Dark Purple #9D2B82

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.03%

 BLUE value IS 130 (51.17% from 255) = 39.39%

R = 47.58%
G = 13.03%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9D2B82 (or 0x9D2B82) is known color: Dark Purple. HEX triplet: 9D, 2B and 82. RGB value is (157,43,130). Sum of RGB (Red+Green+Blue) = 157+43+130=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2B82 is #62D47D. Grayscale: #565656. Windows color (decimal): -6476926 or 8530845. OLE color: 8530845.

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

Color convert

RGB 157 43 130 -
CMYK 0 0.73 0.17 0.38
HSL 314.21º 0.57% 0.39% -
HSV(B) 314.21º 0.73% 0.62% -
XYZ 18.8 10.51 22.16 -
YUV 87 152.27 177.93 -
System Red Green Blue C M Y K H S L
Decimal 157 43 130 0 0.73 0.17 0.38 314.21 0.57 0.39
Hex 9D 2B 82 0 49 11 26 13A 39 27
Octal 235 53 202 0 111 21 46 472 71 47
Binary 10011101 101011 10000010 0 1001001 10001 100110 100111010 111001 100111

Color Harmonies of #9D2B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2B82

Black with #9D2B82

Text Example


Text Example

White with #9D2B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,43,130); }

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

background-color css

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

 a { background-color: rgb(157,43,130); }

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

border-color css

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

 span { border-color: rgb(157,43,130); }

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