Html Css Color HEX #876FDF Medium Purple

📋 copy color: '#876FDF'

red 135 ◦ green 111 ◦ blue 223

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

Shades of Medium Purple #876FDF

Tints of Medium Purple #876FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 28.78%
G = 23.67%
B = 47.55%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#876FDF (or 0x876FDF) is known color: Medium Purple. HEX triplet: 87, 6F and DF. RGB value is (135,111,223). Sum of RGB (Red+Green+Blue) = 135+111+223=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #876FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876FDF is #789020. Grayscale: #828282. Windows color (decimal): -7901217 or 14643079. OLE color: 14643079.

HSL color Cylindrical-coordinate representation of color #876FDF: hue angle of 252.86º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #876FDF is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 111 223 -
CMYK 0.39 0.50 0 0.13
HSL 252.86º 0.64% 0.65% -
HSV(B) 252.86º 0.5% 0.87% -
XYZ 29 21.85 72.5 -
YUV 130.94 179.95 130.89 -
System Red Green Blue C M Y K H S L
Decimal 135 111 223 0.39 0.50 0 0.13 252.86 0.64 0.65
Hex 87 6F DF 27 32 0 D FD 40 41
Octal 207 157 337 47 62 0 15 375 100 101
Binary 10000111 1101111 11011111 100111 110010 0 1101 11111101 1000000 1000001

Color Harmonies of #876FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876FDF

Black with #876FDF

Text Example


Text Example

White with #876FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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