Html Css Color HEX #876CDA Medium Purple

📋 copy color: '#876CDA'

red 135 ◦ green 108 ◦ blue 218

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

Shades of Medium Purple #876CDA

Tints of Medium Purple #876CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.43%

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 29.28%
G = 23.43%
B = 47.29%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#876CDA (or 0x876CDA) is known color: Medium Purple. HEX triplet: 87, 6C and DA. RGB value is (135,108,218). Sum of RGB (Red+Green+Blue) = 135+108+218=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #876CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CDA is #789325. Grayscale: #808080. Windows color (decimal): -7901990 or 14314631. OLE color: 14314631.

HSL color Cylindrical-coordinate representation of color #876CDA: hue angle of 254.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #876CDA is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 108 218 -
CMYK 0.38 0.50 0 0.15
HSL 254.73º 0.6% 0.64% -
HSV(B) 254.73º 0.5% 0.85% -
XYZ 28.01 20.94 68.89 -
YUV 128.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 135 108 218 0.38 0.50 0 0.15 254.73 0.6 0.64
Hex 87 6C DA 26 32 0 F FF 3C 40
Octal 207 154 332 46 62 0 17 377 74 100
Binary 10000111 1101100 11011010 100110 110010 0 1111 11111111 111100 1000000

Color Harmonies of #876CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876CDA

Black with #876CDA

Text Example


Text Example

White with #876CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,108,218); }

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

background-color css

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

 a { background-color: rgb(135,108,218); }

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

border-color css

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

 span { border-color: rgb(135,108,218); }

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