Html Css Color HEX #9D2875 Dark Purple

📋 copy color: '#9D2875'

red 157 ◦ green 40 ◦ blue 117

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

Shades of Dark Purple #9D2875

Tints of Dark Purple #9D2875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.74%

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 50%
G = 12.74%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D2875 (or 0x9D2875) is known color: Dark Purple. HEX triplet: 9D, 28 and 75. RGB value is (157,40,117). Sum of RGB (Red+Green+Blue) = 157+40+117=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2875 is #62D78A. Grayscale: #535353. Windows color (decimal): -6477707 or 7678109. OLE color: 7678109.

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

Color convert

RGB 157 40 117 -
CMYK 0 0.75 0.25 0.38
HSL 320.51º 0.59% 0.39% -
HSV(B) 320.51º 0.75% 0.62% -
XYZ 17.87 9.97 17.81 -
YUV 83.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 157 40 117 0 0.75 0.25 0.38 320.51 0.59 0.39
Hex 9D 28 75 0 4B 19 26 141 3B 27
Octal 235 50 165 0 113 31 46 501 73 47
Binary 10011101 101000 1110101 0 1001011 11001 100110 101000001 111011 100111

Color Harmonies of #9D2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2875

Black with #9D2875

Text Example


Text Example

White with #9D2875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,40,117); }

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

background-color css

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

 a { background-color: rgb(157,40,117); }

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

border-color css

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

 span { border-color: rgb(157,40,117); }

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