Html Css Color HEX #875BDC Medium Purple

📋 copy color: '#875BDC'

red 135 ◦ green 91 ◦ blue 220

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

Shades of Medium Purple #875BDC

Tints of Medium Purple #875BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.4%

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 30.27%
G = 20.4%
B = 49.33%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#875BDC (or 0x875BDC) is known color: Medium Purple. HEX triplet: 87, 5B and DC. RGB value is (135,91,220). Sum of RGB (Red+Green+Blue) = 135+91+220=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #875BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BDC is #78A423. Grayscale: #767676. Windows color (decimal): -7906340 or 14441351. OLE color: 14441351.

HSL color Cylindrical-coordinate representation of color #875BDC: hue angle of 260.47º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #875BDC is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 91 220 -
CMYK 0.39 0.59 0 0.14
HSL 260.47º 0.65% 0.61% -
HSV(B) 260.47º 0.59% 0.86% -
XYZ 26.65 17.8 69.74 -
YUV 118.86 185.08 139.51 -
System Red Green Blue C M Y K H S L
Decimal 135 91 220 0.39 0.59 0 0.14 260.47 0.65 0.61
Hex 87 5B DC 27 3B 0 E 104 41 3D
Octal 207 133 334 47 73 0 16 404 101 75
Binary 10000111 1011011 11011100 100111 111011 0 1110 100000100 1000001 111101

Color Harmonies of #875BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875BDC

Black with #875BDC

Text Example


Text Example

White with #875BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875BDC; }

 p { color: rgb(135,91,220); }

 H1.HeaderClassName
 {
   color: #875BDC;
 }
 .AnyTagClassName
 {
   color: #875BDC;
 }
</style>

background-color css

<style>
 a { background-color: #875BDC; }

 a { background-color: rgb(135,91,220); }

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

border-color css

<style>
 span { border-color: #875BDC; }

 span { border-color: rgb(135,91,220); }

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