Html Css Color HEX #8772D9 Medium Purple

📋 copy color: '#8772D9'

red 135 ◦ green 114 ◦ blue 217

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

Shades of Medium Purple #8772D9

Tints of Medium Purple #8772D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.57%

R = 28.97%
G = 24.46%
B = 46.57%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8772D9 (or 0x8772D9) is known color: Medium Purple. HEX triplet: 87, 72 and D9. RGB value is (135,114,217). Sum of RGB (Red+Green+Blue) = 135+114+217=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #8772D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8772D9 is #788D26. Grayscale: #838383. Windows color (decimal): -7900455 or 14250631. OLE color: 14250631.

HSL color Cylindrical-coordinate representation of color #8772D9: hue angle of 252.23º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8772D9 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 114 217 -
CMYK 0.38 0.47 0 0.15
HSL 252.23º 0.58% 0.65% -
HSV(B) 252.23º 0.47% 0.85% -
XYZ 28.53 22.2 68.43 -
YUV 132.02 175.96 130.12 -
System Red Green Blue C M Y K H S L
Decimal 135 114 217 0.38 0.47 0 0.15 252.23 0.58 0.65
Hex 87 72 D9 26 2F 0 F FC 3A 41
Octal 207 162 331 46 57 0 17 374 72 101
Binary 10000111 1110010 11011001 100110 101111 0 1111 11111100 111010 1000001

Color Harmonies of #8772D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8772D9

Black with #8772D9

Text Example


Text Example

White with #8772D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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