Html Css Color HEX #9D2580 Dark Purple

📋 copy color: '#9D2580'

red 157 ◦ green 37 ◦ blue 128

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

Shades of Dark Purple #9D2580

Tints of Dark Purple #9D2580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.49%

 BLUE value IS 128 (50.39% from 255) = 39.75%

R = 48.76%
G = 11.49%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9D2580 (or 0x9D2580) is known color: Dark Purple. HEX triplet: 9D, 25 and 80. RGB value is (157,37,128). Sum of RGB (Red+Green+Blue) = 157+37+128=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2580 is #62DA7F. Grayscale: #535353. Windows color (decimal): -6478464 or 8398237. OLE color: 8398237.

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

Color convert

RGB 157 37 128 -
CMYK 0 0.76 0.18 0.38
HSL 314.5º 0.62% 0.38% -
HSV(B) 314.5º 0.76% 0.62% -
XYZ 18.46 10.05 21.39 -
YUV 83.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 157 37 128 0 0.76 0.18 0.38 314.5 0.62 0.38
Hex 9D 25 80 0 4C 12 26 13A 3E 26
Octal 235 45 200 0 114 22 46 472 76 46
Binary 10011101 100101 10000000 0 1001100 10010 100110 100111010 111110 100110

Color Harmonies of #9D2580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2580

Black with #9D2580

Text Example


Text Example

White with #9D2580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,37,128); }

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

background-color css

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

 a { background-color: rgb(157,37,128); }

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

border-color css

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

 span { border-color: rgb(157,37,128); }

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