Html Css Color HEX #875EDC Medium Purple

📋 copy color: '#875EDC'

red 135 ◦ green 94 ◦ blue 220

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

Shades of Medium Purple #875EDC

Tints of Medium Purple #875EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.94%

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

R = 30.07%
G = 20.94%
B = 49%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#875EDC (or 0x875EDC) is known color: Medium Purple. HEX triplet: 87, 5E and DC. RGB value is (135,94,220). Sum of RGB (Red+Green+Blue) = 135+94+220=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #875EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875EDC is #78A123. Grayscale: #787878. Windows color (decimal): -7905572 or 14442119. OLE color: 14442119.

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

Color convert

RGB 135 94 220 -
CMYK 0.39 0.57 0 0.14
HSL 259.52º 0.64% 0.62% -
HSV(B) 259.52º 0.57% 0.86% -
XYZ 26.91 18.32 69.83 -
YUV 120.62 184.08 138.25 -
System Red Green Blue C M Y K H S L
Decimal 135 94 220 0.39 0.57 0 0.14 259.52 0.64 0.62
Hex 87 5E DC 27 39 0 E 104 40 3E
Octal 207 136 334 47 71 0 16 404 100 76
Binary 10000111 1011110 11011100 100111 111001 0 1110 100000100 1000000 111110

Color Harmonies of #875EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875EDC

Black with #875EDC

Text Example


Text Example

White with #875EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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