Html Css Color HEX #875FDE Medium Purple

📋 copy color: '#875FDE'

red 135 ◦ green 95 ◦ blue 222

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

Shades of Medium Purple #875FDE

Tints of Medium Purple #875FDE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.02%

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

R = 29.87%
G = 21.02%
B = 49.12%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#875FDE (or 0x875FDE) is known color: Medium Purple. HEX triplet: 87, 5F and DE. RGB value is (135,95,222). Sum of RGB (Red+Green+Blue) = 135+95+222=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #875FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FDE is #78A021. Grayscale: #787878. Windows color (decimal): -7905314 or 14573447. OLE color: 14573447.

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

Color convert

RGB 135 95 222 -
CMYK 0.39 0.57 0 0.13
HSL 258.9º 0.66% 0.62% -
HSV(B) 258.9º 0.57% 0.87% -
XYZ 27.27 18.61 71.26 -
YUV 121.44 184.75 137.67 -
System Red Green Blue C M Y K H S L
Decimal 135 95 222 0.39 0.57 0 0.13 258.9 0.66 0.62
Hex 87 5F DE 27 39 0 D 103 42 3E
Octal 207 137 336 47 71 0 15 403 102 76
Binary 10000111 1011111 11011110 100111 111001 0 1101 100000011 1000010 111110

Color Harmonies of #875FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FDE

Black with #875FDE

Text Example


Text Example

White with #875FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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