Html Css Color HEX #9D3287 Dark Purple

📋 copy color: '#9D3287'

red 157 ◦ green 50 ◦ blue 135

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

Shades of Dark Purple #9D3287

Tints of Dark Purple #9D3287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.62%

 BLUE value IS 135 (53.13% from 255) = 39.47%

R = 45.91%
G = 14.62%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9D3287 (or 0x9D3287) is known color: Dark Purple. HEX triplet: 9D, 32 and 87. RGB value is (157,50,135). Sum of RGB (Red+Green+Blue) = 157+50+135=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3287 is #62CD78. Grayscale: #5B5B5B. Windows color (decimal): -6475129 or 8860317. OLE color: 8860317.

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

Color convert

RGB 157 50 135 -
CMYK 0 0.68 0.14 0.38
HSL 312.34º 0.52% 0.41% -
HSV(B) 312.34º 0.68% 0.62% -
XYZ 19.42 11.2 24.06 -
YUV 91.68 152.45 174.59 -
System Red Green Blue C M Y K H S L
Decimal 157 50 135 0 0.68 0.14 0.38 312.34 0.52 0.41
Hex 9D 32 87 0 44 E 26 138 34 29
Octal 235 62 207 0 104 16 46 470 64 51
Binary 10011101 110010 10000111 0 1000100 1110 100110 100111000 110100 101001

Color Harmonies of #9D3287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3287

Black with #9D3287

Text Example


Text Example

White with #9D3287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,50,135); }

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

background-color css

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

 a { background-color: rgb(157,50,135); }

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

border-color css

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

 span { border-color: rgb(157,50,135); }

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