Html Css Color HEX #875ADC Medium Purple

📋 copy color: '#875ADC'

red 135 ◦ green 90 ◦ blue 220

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

Shades of Medium Purple #875ADC

Tints of Medium Purple #875ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.22%

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

R = 30.34%
G = 20.22%
B = 49.44%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#875ADC (or 0x875ADC) is known color: Medium Purple. HEX triplet: 87, 5A and DC. RGB value is (135,90,220). Sum of RGB (Red+Green+Blue) = 135+90+220=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #875ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875ADC is #78A523. Grayscale: #757575. Windows color (decimal): -7906596 or 14441095. OLE color: 14441095.

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

Color convert

RGB 135 90 220 -
CMYK 0.39 0.59 0 0.14
HSL 260.77º 0.65% 0.61% -
HSV(B) 260.77º 0.59% 0.86% -
XYZ 26.57 17.63 69.71 -
YUV 118.28 185.41 139.93 -
System Red Green Blue C M Y K H S L
Decimal 135 90 220 0.39 0.59 0 0.14 260.77 0.65 0.61
Hex 87 5A DC 27 3B 0 E 105 41 3D
Octal 207 132 334 47 73 0 16 405 101 75
Binary 10000111 1011010 11011100 100111 111011 0 1110 100000101 1000001 111101

Color Harmonies of #875ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875ADC

Black with #875ADC

Text Example


Text Example

White with #875ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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