Html Css Color HEX #8D2D75 Dark Purple

📋 copy color: '#8D2D75'

red 141 ◦ green 45 ◦ blue 117

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

Shades of Dark Purple #8D2D75

Tints of Dark Purple #8D2D75

RGB

 RED value IS 141 (55.47% from 255) = 46.53%

 GREEN value IS 45 (17.97% from 255) = 14.85%

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

R = 46.53%
G = 14.85%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8D2D75 (or 0x8D2D75) is known color: Dark Purple. HEX triplet: 8D, 2D and 75. RGB value is (141,45,117). Sum of RGB (Red+Green+Blue) = 141+45+117=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2D75 is #72D28A. Grayscale: #515151. Windows color (decimal): -7525003 or 7679373. OLE color: 7679373.

HSL color Cylindrical-coordinate representation of color #8D2D75: hue angle of 315º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D2D75 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 45 117 -
CMYK 0 0.68 0.17 0.45
HSL 315º 0.52% 0.36% -
HSV(B) 315º 0.68% 0.55% -
XYZ 15.13 8.82 17.74 -
YUV 81.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 141 45 117 0 0.68 0.17 0.45 315 0.52 0.36
Hex 8D 2D 75 0 44 11 2D 13B 34 24
Octal 215 55 165 0 104 21 55 473 64 44
Binary 10001101 101101 1110101 0 1000100 10001 101101 100111011 110100 100100

Color Harmonies of #8D2D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2D75

Black with #8D2D75

Text Example


Text Example

White with #8D2D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D2D75; }

 p { color: rgb(141,45,117); }

 H1.HeaderClassName
 {
   color: #8D2D75;
 }
 .AnyTagClassName
 {
   color: #8D2D75;
 }
</style>

background-color css

<style>
 a { background-color: #8D2D75; }

 a { background-color: rgb(141,45,117); }

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

border-color css

<style>
 span { border-color: #8D2D75; }

 span { border-color: rgb(141,45,117); }

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