Html Css Color HEX #8760E0 Medium Purple

📋 copy color: '#8760E0'

red 135 ◦ green 96 ◦ blue 224

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

Shades of Medium Purple #8760E0

Tints of Medium Purple #8760E0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.1%

 BLUE value IS 224 (87.89% from 255) = 49.23%

R = 29.67%
G = 21.1%
B = 49.23%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8760E0 (or 0x8760E0) is known color: Medium Purple. HEX triplet: 87, 60 and E0. RGB value is (135,96,224). Sum of RGB (Red+Green+Blue) = 135+96+224=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #8760E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8760E0 is #789F1F. Grayscale: #797979. Windows color (decimal): -7905056 or 14704775. OLE color: 14704775.

HSL color Cylindrical-coordinate representation of color #8760E0: hue angle of 258.28º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8760E0 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 135 96 224 -
CMYK 0.40 0.57 0 0.12
HSL 258.28º 0.67% 0.63% -
HSV(B) 258.28º 0.57% 0.88% -
XYZ 27.63 18.9 72.71 -
YUV 122.25 185.42 137.09 -
System Red Green Blue C M Y K H S L
Decimal 135 96 224 0.40 0.57 0 0.12 258.28 0.67 0.63
Hex 87 60 E0 28 39 0 C 102 43 3F
Octal 207 140 340 50 71 0 14 402 103 77
Binary 10000111 1100000 11100000 101000 111001 0 1100 100000010 1000011 111111

Color Harmonies of #8760E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8760E0

Black with #8760E0

Text Example


Text Example

White with #8760E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8760E0; }

 p { color: rgb(135,96,224); }

 H1.HeaderClassName
 {
   color: #8760E0;
 }
 .AnyTagClassName
 {
   color: #8760E0;
 }
</style>

background-color css

<style>
 a { background-color: #8760E0; }

 a { background-color: rgb(135,96,224); }

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

border-color css

<style>
 span { border-color: #8760E0; }

 span { border-color: rgb(135,96,224); }

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