#875CDE

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

Shades of Medium Purple #875CDE

Tints of Medium Purple #875CDE

Color information

#875CDE (or 0x875CDE) is unknown color: approx Medium Purple. HEX triplet: 87, 5C and DE. RGB value is (135,92,222). Sum of RGB (Red+Green+Blue) = 135+92+222=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #875CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CDE is #78A321. Grayscale: #777777. Windows color (decimal): -7906082 or 14572679. OLE color: 14572679.

HSL color Cylindrical-coordinate representation of color #875CDE: hue angle of 259.85º degrees, saturation: 0.66, 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 #875CDE is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13592222-
CMYK0.390.5900.13
HSL259.85º66.33%61.57%-
HSV(B)259.85º58.56%87.06%-
XYZ2718.0871.17-
YUV119.68185.75138.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.07%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 222 (87.11% from 255) = 49.44%
R=30.07%
G=20.49%
B=49.44%

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
Decimal135922220.390.5900.13259.8566.3361.57
Hex875CDE273B0D104423e
Octal207134336477301540410276
Binary10000111101110011011110100111111011011011000001001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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