Html Css Color HEX #8D2F75 Dark Purple

📋 copy color: '#8D2F75'

red 141 ◦ green 47 ◦ blue 117

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

Shades of Dark Purple #8D2F75

Tints of Dark Purple #8D2F75

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

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

R = 46.23%
G = 15.41%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8D2F75 (or 0x8D2F75) is known color: Dark Purple. HEX triplet: 8D, 2F and 75. RGB value is (141,47,117). Sum of RGB (Red+Green+Blue) = 141+47+117=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2F75 is #72D08A. Grayscale: #525252. Windows color (decimal): -7524491 or 7679885. OLE color: 7679885.

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

Color convert

RGB 141 47 117 -
CMYK 0 0.67 0.17 0.45
HSL 315.32º 0.5% 0.37% -
HSV(B) 315.32º 0.67% 0.55% -
XYZ 15.21 8.98 17.76 -
YUV 83.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 141 47 117 0 0.67 0.17 0.45 315.32 0.5 0.37
Hex 8D 2F 75 0 43 11 2D 13B 32 25
Octal 215 57 165 0 103 21 55 473 62 45
Binary 10001101 101111 1110101 0 1000011 10001 101101 100111011 110010 100101

Color Harmonies of #8D2F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2F75

Black with #8D2F75

Text Example


Text Example

White with #8D2F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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