Html Css Color HEX #875DDC Medium Purple

📋 copy color: '#875DDC'

red 135 ◦ green 93 ◦ blue 220

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

Shades of Medium Purple #875DDC

Tints of Medium Purple #875DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.76%

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

R = 30.13%
G = 20.76%
B = 49.11%

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

#875DDC (or 0x875DDC) is known color: Medium Purple. HEX triplet: 87, 5D and DC. RGB value is (135,93,220). Sum of RGB (Red+Green+Blue) = 135+93+220=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #875DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DDC is #78A223. Grayscale: #777777. Windows color (decimal): -7905828 or 14441863. OLE color: 14441863.

HSL color Cylindrical-coordinate representation of color #875DDC: hue angle of 259.84º degrees, saturation: 0.64, 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 #875DDC is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 93 220 -
CMYK 0.39 0.58 0 0.14
HSL 259.84º 0.64% 0.61% -
HSV(B) 259.84º 0.58% 0.86% -
XYZ 26.82 18.15 69.8 -
YUV 120.04 184.41 138.67 -
System Red Green Blue C M Y K H S L
Decimal 135 93 220 0.39 0.58 0 0.14 259.84 0.64 0.61
Hex 87 5D DC 27 3A 0 E 104 40 3D
Octal 207 135 334 47 72 0 16 404 100 75
Binary 10000111 1011101 11011100 100111 111010 0 1110 100000100 1000000 111101

Color Harmonies of #875DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875DDC

Black with #875DDC

Text Example


Text Example

White with #875DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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