Html Css Color HEX #876FE2 Medium Purple

📋 copy color: '#876FE2'

red 135 ◦ green 111 ◦ blue 226

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

Shades of Medium Purple #876FE2

Tints of Medium Purple #876FE2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.52%

 BLUE value IS 226 (88.67% from 255) = 47.88%

R = 28.6%
G = 23.52%
B = 47.88%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#876FE2 (or 0x876FE2) is known color: Medium Purple. HEX triplet: 87, 6F and E2. RGB value is (135,111,226). Sum of RGB (Red+Green+Blue) = 135+111+226=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 226 - color contains mainly: blue. Hex color #876FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876FE2 is #78901D. Grayscale: #828282. Windows color (decimal): -7901214 or 14839687. OLE color: 14839687.

HSL color Cylindrical-coordinate representation of color #876FE2: hue angle of 252.52º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #876FE2 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 135 111 226 -
CMYK 0.40 0.51 0 0.11
HSL 252.52º 0.66% 0.66% -
HSV(B) 252.52º 0.51% 0.89% -
XYZ 29.4 22.01 74.65 -
YUV 131.29 181.45 130.65 -
System Red Green Blue C M Y K H S L
Decimal 135 111 226 0.40 0.51 0 0.11 252.52 0.66 0.66
Hex 87 6F E2 28 33 0 B FD 42 42
Octal 207 157 342 50 63 0 13 375 102 102
Binary 10000111 1101111 11100010 101000 110011 0 1011 11111101 1000010 1000010

Color Harmonies of #876FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876FE2

Black with #876FE2

Text Example


Text Example

White with #876FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,111,226); }

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

background-color css

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

 a { background-color: rgb(135,111,226); }

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

border-color css

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

 span { border-color: rgb(135,111,226); }

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