Html Css Color HEX #8D2668 Dark Purple

📋 copy color: '#8D2668'

red 141 ◦ green 38 ◦ blue 104

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

Shades of Dark Purple #8D2668

Tints of Dark Purple #8D2668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 49.82%
G = 13.43%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8D2668 (or 0x8D2668) is known color: Dark Purple. HEX triplet: 8D, 26 and 68. RGB value is (141,38,104). Sum of RGB (Red+Green+Blue) = 141+38+104=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2668 is #72D997. Grayscale: #4C4C4C. Windows color (decimal): -7526808 or 6825613. OLE color: 6825613.

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

Color convert

RGB 141 38 104 -
CMYK 0 0.73 0.26 0.45
HSL 321.55º 0.58% 0.35% -
HSV(B) 321.55º 0.73% 0.55% -
XYZ 14.18 8.05 13.9 -
YUV 76.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 141 38 104 0 0.73 0.26 0.45 321.55 0.58 0.35
Hex 8D 26 68 0 49 1A 2D 142 3A 23
Octal 215 46 150 0 111 32 55 502 72 43
Binary 10001101 100110 1101000 0 1001001 11010 101101 101000010 111010 100011

Color Harmonies of #8D2668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2668

Black with #8D2668

Text Example


Text Example

White with #8D2668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,38,104); }

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

background-color css

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

 a { background-color: rgb(141,38,104); }

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

border-color css

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

 span { border-color: rgb(141,38,104); }

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