Html Css Color HEX #875EDE Medium Purple

📋 copy color: '#875EDE'

red 135 ◦ green 94 ◦ blue 222

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

Shades of Medium Purple #875EDE

Tints of Medium Purple #875EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.22%

R = 29.93%
G = 20.84%
B = 49.22%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#875EDE (or 0x875EDE) is known color: Medium Purple. HEX triplet: 87, 5E and DE. RGB value is (135,94,222). Sum of RGB (Red+Green+Blue) = 135+94+222=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #875EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875EDE is #78A121. Grayscale: #787878. Windows color (decimal): -7905570 or 14573191. OLE color: 14573191.

HSL color Cylindrical-coordinate representation of color #875EDE: hue angle of 259.22º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #875EDE is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 94 222 -
CMYK 0.39 0.58 0 0.13
HSL 259.22º 0.66% 0.62% -
HSV(B) 259.22º 0.58% 0.87% -
XYZ 27.18 18.43 71.23 -
YUV 120.85 185.08 138.09 -
System Red Green Blue C M Y K H S L
Decimal 135 94 222 0.39 0.58 0 0.13 259.22 0.66 0.62
Hex 87 5E DE 27 3A 0 D 103 42 3E
Octal 207 136 336 47 72 0 15 403 102 76
Binary 10000111 1011110 11011110 100111 111010 0 1101 100000011 1000010 111110

Color Harmonies of #875EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875EDE

Black with #875EDE

Text Example


Text Example

White with #875EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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