Html Css Color HEX #8D2D83 Dark Purple

📋 copy color: '#8D2D83'

red 141 ◦ green 45 ◦ blue 131

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

Shades of Dark Purple #8D2D83

Tints of Dark Purple #8D2D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.32%

R = 44.48%
G = 14.2%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8D2D83 (or 0x8D2D83) is known color: Dark Purple. HEX triplet: 8D, 2D and 83. RGB value is (141,45,131). Sum of RGB (Red+Green+Blue) = 141+45+131=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2D83 is #72D27C. Grayscale: #535353. Windows color (decimal): -7524989 or 8596877. OLE color: 8596877.

HSL color Cylindrical-coordinate representation of color #8D2D83: hue angle of 306.25º 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 #8D2D83 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 45 131 -
CMYK 0 0.68 0.07 0.45
HSL 306.25º 0.52% 0.36% -
HSV(B) 306.25º 0.68% 0.55% -
XYZ 16.02 9.18 22.4 -
YUV 83.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 141 45 131 0 0.68 0.07 0.45 306.25 0.52 0.36
Hex 8D 2D 83 0 44 7 2D 132 34 24
Octal 215 55 203 0 104 7 55 462 64 44
Binary 10001101 101101 10000011 0 1000100 111 101101 100110010 110100 100100

Color Harmonies of #8D2D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2D83

Black with #8D2D83

Text Example


Text Example

White with #8D2D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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