Html Css Color HEX #875DDF Medium Purple

📋 copy color: '#875DDF'

red 135 ◦ green 93 ◦ blue 223

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

Shades of Medium Purple #875DDF

Tints of Medium Purple #875DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 29.93%
G = 20.62%
B = 49.45%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#875DDF (or 0x875DDF) is known color: Medium Purple. HEX triplet: 87, 5D and DF. RGB value is (135,93,223). Sum of RGB (Red+Green+Blue) = 135+93+223=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #875DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DDF is #78A220. Grayscale: #777777. Windows color (decimal): -7905825 or 14638471. OLE color: 14638471.

HSL color Cylindrical-coordinate representation of color #875DDF: hue angle of 259.38º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #875DDF is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 93 223 -
CMYK 0.39 0.58 0 0.13
HSL 259.38º 0.67% 0.62% -
HSV(B) 259.38º 0.58% 0.87% -
XYZ 27.23 18.31 71.91 -
YUV 120.38 185.91 138.43 -
System Red Green Blue C M Y K H S L
Decimal 135 93 223 0.39 0.58 0 0.13 259.38 0.67 0.62
Hex 87 5D DF 27 3A 0 D 103 43 3E
Octal 207 135 337 47 72 0 15 403 103 76
Binary 10000111 1011101 11011111 100111 111010 0 1101 100000011 1000011 111110

Color Harmonies of #875DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875DDF

Black with #875DDF

Text Example


Text Example

White with #875DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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