Html Css Color HEX #8876DD Medium Purple

📋 copy color: '#8876DD'

red 136 ◦ green 118 ◦ blue 221

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

Shades of Medium Purple #8876DD

Tints of Medium Purple #8876DD

RGB

 RED value IS 136 (53.52% from 255) = 28.63%

 GREEN value IS 118 (46.48% from 255) = 24.84%

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 28.63%
G = 24.84%
B = 46.53%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8876DD (or 0x8876DD) is known color: Medium Purple. HEX triplet: 88, 76 and DD. RGB value is (136,118,221). Sum of RGB (Red+Green+Blue) = 136+118+221=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #8876DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8876DD is #778922. Grayscale: #868686. Windows color (decimal): -7833891 or 14513800. OLE color: 14513800.

HSL color Cylindrical-coordinate representation of color #8876DD: hue angle of 250.49º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8876DD is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 118 221 -
CMYK 0.38 0.47 0 0.13
HSL 250.49º 0.6% 0.66% -
HSV(B) 250.49º 0.47% 0.87% -
XYZ 29.68 23.41 71.36 -
YUV 135.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 136 118 221 0.38 0.47 0 0.13 250.49 0.6 0.66
Hex 88 76 DD 26 2F 0 D FA 3C 42
Octal 210 166 335 46 57 0 15 372 74 102
Binary 10001000 1110110 11011101 100110 101111 0 1101 11111010 111100 1000010

Color Harmonies of #8876DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8876DD

Black with #8876DD

Text Example


Text Example

White with #8876DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8876DD; }

 p { color: rgb(136,118,221); }

 H1.HeaderClassName
 {
   color: #8876DD;
 }
 .AnyTagClassName
 {
   color: #8876DD;
 }
</style>

background-color css

<style>
 a { background-color: #8876DD; }

 a { background-color: rgb(136,118,221); }

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

border-color css

<style>
 span { border-color: #8876DD; }

 span { border-color: rgb(136,118,221); }

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