Html Css Color HEX #8D2E85 Dark Purple

📋 copy color: '#8D2E85'

red 141 ◦ green 46 ◦ blue 133

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

Shades of Dark Purple #8D2E85

Tints of Dark Purple #8D2E85

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.38%

 BLUE value IS 133 (52.34% from 255) = 41.56%

R = 44.06%
G = 14.38%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8D2E85 (or 0x8D2E85) is known color: Dark Purple. HEX triplet: 8D, 2E and 85. RGB value is (141,46,133). Sum of RGB (Red+Green+Blue) = 141+46+133=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2E85 is #72D17A. Grayscale: #545454. Windows color (decimal): -7524731 or 8728205. OLE color: 8728205.

HSL color Cylindrical-coordinate representation of color #8D2E85: hue angle of 305.05º degrees, saturation: 0.51, 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 #8D2E85 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 46 133 -
CMYK 0 0.67 0.06 0.45
HSL 305.05º 0.51% 0.37% -
HSV(B) 305.05º 0.67% 0.55% -
XYZ 16.2 9.31 23.13 -
YUV 84.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 141 46 133 0 0.67 0.06 0.45 305.05 0.51 0.37
Hex 8D 2E 85 0 43 6 2D 131 33 25
Octal 215 56 205 0 103 6 55 461 63 45
Binary 10001101 101110 10000101 0 1000011 110 101101 100110001 110011 100101

Color Harmonies of #8D2E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2E85

Black with #8D2E85

Text Example


Text Example

White with #8D2E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,46,133); }

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

background-color css

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

 a { background-color: rgb(141,46,133); }

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

border-color css

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

 span { border-color: rgb(141,46,133); }

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