Html Css Color HEX #876BDD Medium Purple

📋 copy color: '#876BDD'

red 135 ◦ green 107 ◦ blue 221

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

Shades of Medium Purple #876BDD

Tints of Medium Purple #876BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.11%

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

R = 29.16%
G = 23.11%
B = 47.73%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#876BDD (or 0x876BDD) is known color: Medium Purple. HEX triplet: 87, 6B and DD. RGB value is (135,107,221). Sum of RGB (Red+Green+Blue) = 135+107+221=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #876BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876BDD is #789422. Grayscale: #7F7F7F. Windows color (decimal): -7902243 or 14510983. OLE color: 14510983.

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

Color convert

RGB 135 107 221 -
CMYK 0.39 0.52 0 0.13
HSL 254.74º 0.63% 0.64% -
HSV(B) 254.74º 0.52% 0.87% -
XYZ 28.3 20.89 70.95 -
YUV 128.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 135 107 221 0.39 0.52 0 0.13 254.74 0.63 0.64
Hex 87 6B DD 27 34 0 D FF 3F 40
Octal 207 153 335 47 64 0 15 377 77 100
Binary 10000111 1101011 11011101 100111 110100 0 1101 11111111 111111 1000000

Color Harmonies of #876BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876BDD

Black with #876BDD

Text Example


Text Example

White with #876BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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