Html Css Color HEX #8D2688 Dark Purple

📋 copy color: '#8D2688'

red 141 ◦ green 38 ◦ blue 136

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

Shades of Dark Purple #8D2688

Tints of Dark Purple #8D2688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.17%

R = 44.76%
G = 12.06%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8D2688 (or 0x8D2688) is known color: Dark Purple. HEX triplet: 8D, 26 and 88. RGB value is (141,38,136). Sum of RGB (Red+Green+Blue) = 141+38+136=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2688 is #72D977. Grayscale: #4F4F4F. Windows color (decimal): -7526776 or 8922765. OLE color: 8922765.

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

Color convert

RGB 141 38 136 -
CMYK 0 0.73 0.04 0.45
HSL 302.91º 0.58% 0.35% -
HSV(B) 302.91º 0.73% 0.55% -
XYZ 16.12 8.83 24.15 -
YUV 79.97 159.62 171.53 -
System Red Green Blue C M Y K H S L
Decimal 141 38 136 0 0.73 0.04 0.45 302.91 0.58 0.35
Hex 8D 26 88 0 49 4 2D 12F 3A 23
Octal 215 46 210 0 111 4 55 457 72 43
Binary 10001101 100110 10001000 0 1001001 100 101101 100101111 111010 100011

Color Harmonies of #8D2688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2688

Black with #8D2688

Text Example


Text Example

White with #8D2688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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