Html Css Color HEX #8768E1 Medium Purple

📋 copy color: '#8768E1'

red 135 ◦ green 104 ◦ blue 225

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

Shades of Medium Purple #8768E1

Tints of Medium Purple #8768E1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.41%

 BLUE value IS 225 (88.28% from 255) = 48.49%

R = 29.09%
G = 22.41%
B = 48.49%

CMYK

 C value IS 0.4

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8768E1 (or 0x8768E1) is known color: Medium Purple. HEX triplet: 87, 68 and E1. RGB value is (135,104,225). Sum of RGB (Red+Green+Blue) = 135+104+225=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #8768E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8768E1 is #78971E. Grayscale: #7E7E7E. Windows color (decimal): -7903007 or 14772359. OLE color: 14772359.

HSL color Cylindrical-coordinate representation of color #8768E1: hue angle of 255.37º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8768E1 is Cyan = 0.4, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 135 104 225 -
CMYK 0.4 0.54 0 0.12
HSL 255.37º 0.67% 0.65% -
HSV(B) 255.37º 0.54% 0.88% -
XYZ 28.53 20.49 73.68 -
YUV 127.06 183.27 133.66 -
System Red Green Blue C M Y K H S L
Decimal 135 104 225 0.4 0.54 0 0.12 255.37 0.67 0.65
Hex 87 68 E1 28 36 0 C FF 43 41
Octal 207 150 341 50 66 0 14 377 103 101
Binary 10000111 1101000 11100001 101000 110110 0 1100 11111111 1000011 1000001

Color Harmonies of #8768E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8768E1

Black with #8768E1

Text Example


Text Example

White with #8768E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8768E1; }

 p { color: rgb(135,104,225); }

 H1.HeaderClassName
 {
   color: #8768E1;
 }
 .AnyTagClassName
 {
   color: #8768E1;
 }
</style>

background-color css

<style>
 a { background-color: #8768E1; }

 a { background-color: rgb(135,104,225); }

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

border-color css

<style>
 span { border-color: #8768E1; }

 span { border-color: rgb(135,104,225); }

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