Html Css Color HEX #8760DE Medium Purple

📋 copy color: '#8760DE'

red 135 ◦ green 96 ◦ blue 222

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

Shades of Medium Purple #8760DE

Tints of Medium Purple #8760DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.01%

R = 29.8%
G = 21.19%
B = 49.01%

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

#8760DE (or 0x8760DE) is known color: Medium Purple. HEX triplet: 87, 60 and DE. RGB value is (135,96,222). Sum of RGB (Red+Green+Blue) = 135+96+222=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #8760DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8760DE is #789F21. Grayscale: #797979. Windows color (decimal): -7905058 or 14573703. OLE color: 14573703.

HSL color Cylindrical-coordinate representation of color #8760DE: hue angle of 258.57º degrees, saturation: 0.66, 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 #8760DE is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 96 222 -
CMYK 0.39 0.57 0 0.13
HSL 258.57º 0.66% 0.62% -
HSV(B) 258.57º 0.57% 0.87% -
XYZ 27.36 18.79 71.29 -
YUV 122.03 184.42 137.25 -
System Red Green Blue C M Y K H S L
Decimal 135 96 222 0.39 0.57 0 0.13 258.57 0.66 0.62
Hex 87 60 DE 27 39 0 D 103 42 3E
Octal 207 140 336 47 71 0 15 403 102 76
Binary 10000111 1100000 11011110 100111 111001 0 1101 100000011 1000010 111110

Color Harmonies of #8760DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8760DE

Black with #8760DE

Text Example


Text Example

White with #8760DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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