Html Css Color HEX #875CDC Medium Purple

📋 copy color: '#875CDC'

red 135 ◦ green 92 ◦ blue 220

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

Shades of Medium Purple #875CDC

Tints of Medium Purple #875CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.58%

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

R = 30.2%
G = 20.58%
B = 49.22%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#875CDC (or 0x875CDC) is known color: Medium Purple. HEX triplet: 87, 5C and DC. RGB value is (135,92,220). Sum of RGB (Red+Green+Blue) = 135+92+220=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #875CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CDC is #78A323. Grayscale: #767676. Windows color (decimal): -7906084 or 14441607. OLE color: 14441607.

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

Color convert

RGB 135 92 220 -
CMYK 0.39 0.58 0 0.14
HSL 260.16º 0.65% 0.61% -
HSV(B) 260.16º 0.58% 0.86% -
XYZ 26.74 17.97 69.77 -
YUV 119.45 184.75 139.09 -
System Red Green Blue C M Y K H S L
Decimal 135 92 220 0.39 0.58 0 0.14 260.16 0.65 0.61
Hex 87 5C DC 27 3A 0 E 104 41 3D
Octal 207 134 334 47 72 0 16 404 101 75
Binary 10000111 1011100 11011100 100111 111010 0 1110 100000100 1000001 111101

Color Harmonies of #875CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875CDC

Black with #875CDC

Text Example


Text Example

White with #875CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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