Html Css Color HEX #875FDA Medium Purple

📋 copy color: '#875FDA'

red 135 ◦ green 95 ◦ blue 218

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

Shades of Medium Purple #875FDA

Tints of Medium Purple #875FDA

RGB

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

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

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

R = 30.13%
G = 21.21%
B = 48.66%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#875FDA (or 0x875FDA) is known color: Medium Purple. HEX triplet: 87, 5F and DA. RGB value is (135,95,218). Sum of RGB (Red+Green+Blue) = 135+95+218=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #875FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FDA is #78A025. Grayscale: #787878. Windows color (decimal): -7905318 or 14311303. OLE color: 14311303.

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

Color convert

RGB 135 95 218 -
CMYK 0.38 0.56 0 0.15
HSL 259.51º 0.62% 0.61% -
HSV(B) 259.51º 0.56% 0.85% -
XYZ 26.74 18.4 68.47 -
YUV 120.98 182.75 138 -
System Red Green Blue C M Y K H S L
Decimal 135 95 218 0.38 0.56 0 0.15 259.51 0.62 0.61
Hex 87 5F DA 26 38 0 F 104 3E 3D
Octal 207 137 332 46 70 0 17 404 76 75
Binary 10000111 1011111 11011010 100110 111000 0 1111 100000100 111110 111101

Color Harmonies of #875FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FDA

Black with #875FDA

Text Example


Text Example

White with #875FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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