Html Css Color HEX #8D256C Dark Purple

📋 copy color: '#8D256C'

red 141 ◦ green 37 ◦ blue 108

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

Shades of Dark Purple #8D256C

Tints of Dark Purple #8D256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.94%

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

R = 49.3%
G = 12.94%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D256C (or 0x8D256C) is known color: Dark Purple. HEX triplet: 8D, 25 and 6C. RGB value is (141,37,108). Sum of RGB (Red+Green+Blue) = 141+37+108=286 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.30% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 141 - color contains mainly: red. Hex color #8D256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D256C is #72DA93. Grayscale: #4C4C4C. Windows color (decimal): -7527060 or 7087501. OLE color: 7087501.

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

Color convert

RGB 141 37 108 -
CMYK 0 0.74 0.23 0.45
HSL 319.04º 0.58% 0.35% -
HSV(B) 319.04º 0.74% 0.55% -
XYZ 14.35 8.07 14.99 -
YUV 76.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 141 37 108 0 0.74 0.23 0.45 319.04 0.58 0.35
Hex 8D 25 6C 0 4A 17 2D 13F 3A 23
Octal 215 45 154 0 112 27 55 477 72 43
Binary 10001101 100101 1101100 0 1001010 10111 101101 100111111 111010 100011

Color Harmonies of #8D256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D256C

Black with #8D256C

Text Example


Text Example

White with #8D256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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