Html Css Color HEX #876AD5 Medium Purple

📋 copy color: '#876AD5'

red 135 ◦ green 106 ◦ blue 213

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

Shades of Medium Purple #876AD5

Tints of Medium Purple #876AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.35%

 BLUE value IS 213 (83.59% from 255) = 46.92%

R = 29.74%
G = 23.35%
B = 46.92%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#876AD5 (or 0x876AD5) is known color: Medium Purple. HEX triplet: 87, 6A and D5. RGB value is (135,106,213). Sum of RGB (Red+Green+Blue) = 135+106+213=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #876AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876AD5 is #78952A. Grayscale: #7E7E7E. Windows color (decimal): -7902507 or 13986439. OLE color: 13986439.

HSL color Cylindrical-coordinate representation of color #876AD5: hue angle of 256.26º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #876AD5 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 135 106 213 -
CMYK 0.37 0.50 0 0.16
HSL 256.26º 0.56% 0.63% -
HSV(B) 256.26º 0.5% 0.84% -
XYZ 27.16 20.26 65.43 -
YUV 126.87 176.61 133.8 -
System Red Green Blue C M Y K H S L
Decimal 135 106 213 0.37 0.50 0 0.16 256.26 0.56 0.63
Hex 87 6A D5 25 32 0 10 100 38 3F
Octal 207 152 325 45 62 0 20 400 70 77
Binary 10000111 1101010 11010101 100101 110010 0 10000 100000000 111000 111111

Color Harmonies of #876AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876AD5

Black with #876AD5

Text Example


Text Example

White with #876AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876AD5; }

 p { color: rgb(135,106,213); }

 H1.HeaderClassName
 {
   color: #876AD5;
 }
 .AnyTagClassName
 {
   color: #876AD5;
 }
</style>

background-color css

<style>
 a { background-color: #876AD5; }

 a { background-color: rgb(135,106,213); }

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

border-color css

<style>
 span { border-color: #876AD5; }

 span { border-color: rgb(135,106,213); }

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