Html Css Color HEX #8773DC Medium Purple

📋 copy color: '#8773DC'

red 135 ◦ green 115 ◦ blue 220

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

Shades of Medium Purple #8773DC

Tints of Medium Purple #8773DC

RGB

 RED value IS 135 (53.13% from 255) = 28.72%

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

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

R = 28.72%
G = 24.47%
B = 46.81%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8773DC (or 0x8773DC) is known color: Medium Purple. HEX triplet: 87, 73 and DC. RGB value is (135,115,220). Sum of RGB (Red+Green+Blue) = 135+115+220=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #8773DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8773DC is #788C23. Grayscale: #848484. Windows color (decimal): -7900196 or 14447495. OLE color: 14447495.

HSL color Cylindrical-coordinate representation of color #8773DC: hue angle of 251.43º 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 #8773DC is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 115 220 -
CMYK 0.39 0.48 0 0.14
HSL 251.43º 0.6% 0.66% -
HSV(B) 251.43º 0.48% 0.86% -
XYZ 29.04 22.58 70.54 -
YUV 132.95 177.13 129.46 -
System Red Green Blue C M Y K H S L
Decimal 135 115 220 0.39 0.48 0 0.14 251.43 0.6 0.66
Hex 87 73 DC 27 30 0 E FB 3C 42
Octal 207 163 334 47 60 0 16 373 74 102
Binary 10000111 1110011 11011100 100111 110000 0 1110 11111011 111100 1000010

Color Harmonies of #8773DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8773DC

Black with #8773DC

Text Example


Text Example

White with #8773DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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