Html Css Color HEX #875FDC Medium Purple

📋 copy color: '#875FDC'

red 135 ◦ green 95 ◦ blue 220

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

Shades of Medium Purple #875FDC

Tints of Medium Purple #875FDC

RGB

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

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

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

R = 30%
G = 21.11%
B = 48.89%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#875FDC (or 0x875FDC) is known color: Medium Purple. HEX triplet: 87, 5F and DC. RGB value is (135,95,220). Sum of RGB (Red+Green+Blue) = 135+95+220=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #875FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FDC is #78A023. Grayscale: #787878. Windows color (decimal): -7905316 or 14442375. OLE color: 14442375.

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

Color convert

RGB 135 95 220 -
CMYK 0.39 0.57 0 0.14
HSL 259.2º 0.64% 0.62% -
HSV(B) 259.2º 0.57% 0.86% -
XYZ 27 18.5 69.86 -
YUV 121.21 183.75 137.84 -
System Red Green Blue C M Y K H S L
Decimal 135 95 220 0.39 0.57 0 0.14 259.2 0.64 0.62
Hex 87 5F DC 27 39 0 E 103 40 3E
Octal 207 137 334 47 71 0 16 403 100 76
Binary 10000111 1011111 11011100 100111 111001 0 1110 100000011 1000000 111110

Color Harmonies of #875FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FDC

Black with #875FDC

Text Example


Text Example

White with #875FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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