Html Css Color HEX #875BDA Medium Purple

📋 copy color: '#875BDA'

red 135 ◦ green 91 ◦ blue 218

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

Shades of Medium Purple #875BDA

Tints of Medium Purple #875BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.5%

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 30.41%
G = 20.5%
B = 49.1%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#875BDA (or 0x875BDA) is known color: Medium Purple. HEX triplet: 87, 5B and DA. RGB value is (135,91,218). Sum of RGB (Red+Green+Blue) = 135+91+218=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #875BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BDA is #78A425. Grayscale: #767676. Windows color (decimal): -7906342 or 14310279. OLE color: 14310279.

HSL color Cylindrical-coordinate representation of color #875BDA: hue angle of 260.79º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #875BDA is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 91 218 -
CMYK 0.38 0.58 0 0.15
HSL 260.79º 0.63% 0.61% -
HSV(B) 260.79º 0.58% 0.85% -
XYZ 26.39 17.7 68.35 -
YUV 118.63 184.08 139.67 -
System Red Green Blue C M Y K H S L
Decimal 135 91 218 0.38 0.58 0 0.15 260.79 0.63 0.61
Hex 87 5B DA 26 3A 0 F 105 3F 3D
Octal 207 133 332 46 72 0 17 405 77 75
Binary 10000111 1011011 11011010 100110 111010 0 1111 100000101 111111 111101

Color Harmonies of #875BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875BDA

Black with #875BDA

Text Example


Text Example

White with #875BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,91,218); }

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

background-color css

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

 a { background-color: rgb(135,91,218); }

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

border-color css

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

 span { border-color: rgb(135,91,218); }

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