Html Css Color HEX #8D226C Dark Purple

📋 copy color: '#8D226C'

red 141 ◦ green 34 ◦ blue 108

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

Shades of Dark Purple #8D226C

Tints of Dark Purple #8D226C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

 BLUE value IS 108 (42.58% from 255) = 38.16%

R = 49.82%
G = 12.01%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D226C (or 0x8D226C) is known color: Dark Purple. HEX triplet: 8D, 22 and 6C. RGB value is (141,34,108). Sum of RGB (Red+Green+Blue) = 141+34+108=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D226C is #72DD93. Grayscale: #4A4A4A. Windows color (decimal): -7527828 or 7086733. OLE color: 7086733.

HSL color Cylindrical-coordinate representation of color #8D226C: hue angle of 318.5º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D226C is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 34 108 -
CMYK 0 0.76 0.23 0.45
HSL 318.5º 0.61% 0.34% -
HSV(B) 318.5º 0.76% 0.55% -
XYZ 14.26 7.89 14.96 -
YUV 74.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 141 34 108 0 0.76 0.23 0.45 318.5 0.61 0.34
Hex 8D 22 6C 0 4C 17 2D 13F 3D 22
Octal 215 42 154 0 114 27 55 477 75 42
Binary 10001101 100010 1101100 0 1001100 10111 101101 100111111 111101 100010

Color Harmonies of #8D226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D226C

Black with #8D226C

Text Example


Text Example

White with #8D226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,34,108); }

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

background-color css

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

 a { background-color: rgb(141,34,108); }

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

border-color css

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

 span { border-color: rgb(141,34,108); }

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