Html Css Color HEX #8873DC Medium Purple

📋 copy color: '#8873DC'

red 136 ◦ green 115 ◦ blue 220

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

Shades of Medium Purple #8873DC

Tints of Medium Purple #8873DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.42%

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 28.87%
G = 24.42%
B = 46.71%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8873DC (or 0x8873DC) is known color: Medium Purple. HEX triplet: 88, 73 and DC. RGB value is (136,115,220). Sum of RGB (Red+Green+Blue) = 136+115+220=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #8873DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8873DC is #778C23. Grayscale: #848484. Windows color (decimal): -7834660 or 14447496. OLE color: 14447496.

HSL color Cylindrical-coordinate representation of color #8873DC: hue angle of 252º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8873DC is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 115 220 -
CMYK 0.38 0.48 0 0.14
HSL 252º 0.6% 0.66% -
HSV(B) 252º 0.48% 0.86% -
XYZ 29.2 22.66 70.55 -
YUV 133.25 176.96 129.96 -
System Red Green Blue C M Y K H S L
Decimal 136 115 220 0.38 0.48 0 0.14 252 0.6 0.66
Hex 88 73 DC 26 30 0 E FC 3C 42
Octal 210 163 334 46 60 0 16 374 74 102
Binary 10001000 1110011 11011100 100110 110000 0 1110 11111100 111100 1000010

Color Harmonies of #8873DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8873DC

Black with #8873DC

Text Example


Text Example

White with #8873DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8873DC; }

 p { color: rgb(136,115,220); }

 H1.HeaderClassName
 {
   color: #8873DC;
 }
 .AnyTagClassName
 {
   color: #8873DC;
 }
</style>

background-color css

<style>
 a { background-color: #8873DC; }

 a { background-color: rgb(136,115,220); }

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

border-color css

<style>
 span { border-color: #8873DC; }

 span { border-color: rgb(136,115,220); }

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