Html Css Color HEX #9D2584 Dark Purple

📋 copy color: '#9D2584'

red 157 ◦ green 37 ◦ blue 132

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

Shades of Dark Purple #9D2584

Tints of Dark Purple #9D2584

RGB

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

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

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

R = 48.16%
G = 11.35%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9D2584 (or 0x9D2584) is known color: Dark Purple. HEX triplet: 9D, 25 and 84. RGB value is (157,37,132). Sum of RGB (Red+Green+Blue) = 157+37+132=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2584 is #62DA7B. Grayscale: #535353. Windows color (decimal): -6478460 or 8660381. OLE color: 8660381.

HSL color Cylindrical-coordinate representation of color #9D2584: hue angle of 312.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 #9D2584 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 37 132 -
CMYK 0 0.76 0.16 0.38
HSL 312.5º 0.62% 0.38% -
HSV(B) 312.5º 0.76% 0.62% -
XYZ 18.73 10.16 22.8 -
YUV 83.71 155.26 180.28 -
System Red Green Blue C M Y K H S L
Decimal 157 37 132 0 0.76 0.16 0.38 312.5 0.62 0.38
Hex 9D 25 84 0 4C 10 26 138 3E 26
Octal 235 45 204 0 114 20 46 470 76 46
Binary 10011101 100101 10000100 0 1001100 10000 100110 100111000 111110 100110

Color Harmonies of #9D2584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2584

Black with #9D2584

Text Example


Text Example

White with #9D2584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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