Html Css Color HEX #875FDF Medium Purple

📋 copy color: '#875FDF'

red 135 ◦ green 95 ◦ blue 223

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

Shades of Medium Purple #875FDF

Tints of Medium Purple #875FDF

RGB

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

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

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

R = 29.8%
G = 20.97%
B = 49.23%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#875FDF (or 0x875FDF) is known color: Medium Purple. HEX triplet: 87, 5F and DF. RGB value is (135,95,223). Sum of RGB (Red+Green+Blue) = 135+95+223=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #875FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FDF is #78A020. Grayscale: #797979. Windows color (decimal): -7905313 or 14638983. OLE color: 14638983.

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

Color convert

RGB 135 95 223 -
CMYK 0.39 0.57 0 0.13
HSL 258.75º 0.67% 0.62% -
HSV(B) 258.75º 0.57% 0.87% -
XYZ 27.4 18.66 71.97 -
YUV 121.55 185.25 137.59 -
System Red Green Blue C M Y K H S L
Decimal 135 95 223 0.39 0.57 0 0.13 258.75 0.67 0.62
Hex 87 5F DF 27 39 0 D 103 43 3E
Octal 207 137 337 47 71 0 15 403 103 76
Binary 10000111 1011111 11011111 100111 111001 0 1101 100000011 1000011 111110

Color Harmonies of #875FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FDF

Black with #875FDF

Text Example


Text Example

White with #875FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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