#875CDF

Color #875CDF Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #875CDF

Tints of Medium Purple #875CDF

Color information

#875CDF (or 0x875CDF) is unknown color: approx Medium Purple. HEX triplet: 87, 5C and DF. RGB value is (135,92,223). Sum of RGB (Red+Green+Blue) = 135+92+223=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #875CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CDF is #78A320. Grayscale: #777777. Windows color (decimal): -7906081 or 14638215. OLE color: 14638215.

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

Color convert

RGB13592223-
CMYK0.390.5900.13
HSL259.69º67.18%61.76%-
HSV(B)259.69º58.74%87.45%-
XYZ27.1418.1371.88-
YUV119.79186.25138.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30%
GREEN value IS 92 (36.33% from 255) = 20.44%
BLUE value IS 223 (87.5% from 255) = 49.56%
R=30%
G=20.44%
B=49.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal135922230.390.5900.13259.6967.1861.76
Hex875CDF273B0D104433e
Octal207134337477301540410376
Binary10000111101110011011111100111111011011011000001001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,92,223); }

 H1.HeaderClassName
 {
   color: #875CDF;
 }
 .AnyTagClassName
 {
   color: #875CDF;
 }
</style>
background-color css

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

 a { background-color: rgb(135,92,223); }

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

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

 span { border-color: rgb(135,92,223); }

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