Html Css Color HEX #8760DA Medium Purple

📋 copy color: '#8760DA'

red 135 ◦ green 96 ◦ blue 218

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

Shades of Medium Purple #8760DA

Tints of Medium Purple #8760DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 30.07%
G = 21.38%
B = 48.55%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8760DA (or 0x8760DA) is known color: Medium Purple. HEX triplet: 87, 60 and DA. RGB value is (135,96,218). Sum of RGB (Red+Green+Blue) = 135+96+218=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #8760DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8760DA is #789F25. Grayscale: #797979. Windows color (decimal): -7905062 or 14311559. OLE color: 14311559.

HSL color Cylindrical-coordinate representation of color #8760DA: hue angle of 259.18º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8760DA is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 96 218 -
CMYK 0.38 0.56 0 0.15
HSL 259.18º 0.62% 0.62% -
HSV(B) 259.18º 0.56% 0.85% -
XYZ 26.83 18.58 68.5 -
YUV 121.57 182.42 137.58 -
System Red Green Blue C M Y K H S L
Decimal 135 96 218 0.38 0.56 0 0.15 259.18 0.62 0.62
Hex 87 60 DA 26 38 0 F 103 3E 3E
Octal 207 140 332 46 70 0 17 403 76 76
Binary 10000111 1100000 11011010 100110 111000 0 1111 100000011 111110 111110

Color Harmonies of #8760DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8760DA

Black with #8760DA

Text Example


Text Example

White with #8760DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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