Html Css Color HEX #8772D6 Medium Purple

📋 copy color: '#8772D6'

red 135 ◦ green 114 ◦ blue 214

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

Shades of Medium Purple #8772D6

Tints of Medium Purple #8772D6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.62%

 BLUE value IS 214 (83.98% from 255) = 46.22%

R = 29.16%
G = 24.62%
B = 46.22%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8772D6 (or 0x8772D6) is known color: Medium Purple. HEX triplet: 87, 72 and D6. RGB value is (135,114,214). Sum of RGB (Red+Green+Blue) = 135+114+214=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 214 (83.98% from 255 or 46.22% from 463); Max value from RGB is 214 - color contains mainly: blue. Hex color #8772D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8772D6 is #788D29. Grayscale: #838383. Windows color (decimal): -7900458 or 14054023. OLE color: 14054023.

HSL color Cylindrical-coordinate representation of color #8772D6: hue angle of 252.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8772D6 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 135 114 214 -
CMYK 0.37 0.47 0 0.16
HSL 252.6º 0.55% 0.64% -
HSV(B) 252.6º 0.47% 0.84% -
XYZ 28.15 22.04 66.39 -
YUV 131.68 174.46 130.37 -
System Red Green Blue C M Y K H S L
Decimal 135 114 214 0.37 0.47 0 0.16 252.6 0.55 0.64
Hex 87 72 D6 25 2F 0 10 FD 37 40
Octal 207 162 326 45 57 0 20 375 67 100
Binary 10000111 1110010 11010110 100101 101111 0 10000 11111101 110111 1000000

Color Harmonies of #8772D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8772D6

Black with #8772D6

Text Example


Text Example

White with #8772D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8772D6; }

 p { color: rgb(135,114,214); }

 H1.HeaderClassName
 {
   color: #8772D6;
 }
 .AnyTagClassName
 {
   color: #8772D6;
 }
</style>

background-color css

<style>
 a { background-color: #8772D6; }

 a { background-color: rgb(135,114,214); }

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

border-color css

<style>
 span { border-color: #8772D6; }

 span { border-color: rgb(135,114,214); }

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