Html Css Color HEX #8760DD Medium Purple

📋 copy color: '#8760DD'

red 135 ◦ green 96 ◦ blue 221

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

Shades of Medium Purple #8760DD

Tints of Medium Purple #8760DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 29.87%
G = 21.24%
B = 48.89%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8760DD (or 0x8760DD) is known color: Medium Purple. HEX triplet: 87, 60 and DD. RGB value is (135,96,221). Sum of RGB (Red+Green+Blue) = 135+96+221=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #8760DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8760DD is #789F22. Grayscale: #797979. Windows color (decimal): -7905059 or 14508167. OLE color: 14508167.

HSL color Cylindrical-coordinate representation of color #8760DD: hue angle of 258.72º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8760DD is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 96 221 -
CMYK 0.39 0.57 0 0.13
HSL 258.72º 0.65% 0.62% -
HSV(B) 258.72º 0.57% 0.87% -
XYZ 27.23 18.74 70.59 -
YUV 121.91 183.92 137.34 -
System Red Green Blue C M Y K H S L
Decimal 135 96 221 0.39 0.57 0 0.13 258.72 0.65 0.62
Hex 87 60 DD 27 39 0 D 103 41 3E
Octal 207 140 335 47 71 0 15 403 101 76
Binary 10000111 1100000 11011101 100111 111001 0 1101 100000011 1000001 111110

Color Harmonies of #8760DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8760DD

Black with #8760DD

Text Example


Text Example

White with #8760DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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