Html Css Color HEX #8768D4 Medium Purple

📋 copy color: '#8768D4'

red 135 ◦ green 104 ◦ blue 212

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

Shades of Medium Purple #8768D4

Tints of Medium Purple #8768D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.01%

R = 29.93%
G = 23.06%
B = 47.01%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8768D4 (or 0x8768D4) is known color: Medium Purple. HEX triplet: 87, 68 and D4. RGB value is (135,104,212). Sum of RGB (Red+Green+Blue) = 135+104+212=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 212 - color contains mainly: blue. Hex color #8768D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8768D4 is #78972B. Grayscale: #7D7D7D. Windows color (decimal): -7903020 or 13920391. OLE color: 13920391.

HSL color Cylindrical-coordinate representation of color #8768D4: hue angle of 257.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8768D4 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 135 104 212 -
CMYK 0.36 0.51 0 0.17
HSL 257.22º 0.56% 0.62% -
HSV(B) 257.22º 0.51% 0.83% -
XYZ 26.83 19.8 64.7 -
YUV 125.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 135 104 212 0.36 0.51 0 0.17 257.22 0.56 0.62
Hex 87 68 D4 24 33 0 11 101 38 3E
Octal 207 150 324 44 63 0 21 401 70 76
Binary 10000111 1101000 11010100 100100 110011 0 10001 100000001 111000 111110

Color Harmonies of #8768D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8768D4

Black with #8768D4

Text Example


Text Example

White with #8768D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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