Html Css Color HEX #895FDE Medium Purple

📋 copy color: '#895FDE'

red 137 ◦ green 95 ◦ blue 222

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

Shades of Medium Purple #895FDE

Tints of Medium Purple #895FDE

RGB

 RED value IS 137 (53.91% from 255) = 30.18%

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

 BLUE value IS 222 (87.11% from 255) = 48.9%

R = 30.18%
G = 20.93%
B = 48.9%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#895FDE (or 0x895FDE) is known color: Medium Purple. HEX triplet: 89, 5F and DE. RGB value is (137,95,222). Sum of RGB (Red+Green+Blue) = 137+95+222=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #895FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FDE is #76A021. Grayscale: #797979. Windows color (decimal): -7774242 or 14573449. OLE color: 14573449.

HSL color Cylindrical-coordinate representation of color #895FDE: hue angle of 259.84º degrees, saturation: 0.66, 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 #895FDE is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 95 222 -
CMYK 0.38 0.57 0 0.13
HSL 259.84º 0.66% 0.62% -
HSV(B) 259.84º 0.57% 0.87% -
XYZ 27.59 18.78 71.28 -
YUV 122.04 184.41 138.67 -
System Red Green Blue C M Y K H S L
Decimal 137 95 222 0.38 0.57 0 0.13 259.84 0.66 0.62
Hex 89 5F DE 26 39 0 D 104 42 3E
Octal 211 137 336 46 71 0 15 404 102 76
Binary 10001001 1011111 11011110 100110 111001 0 1101 100000100 1000010 111110

Color Harmonies of #895FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895FDE

Black with #895FDE

Text Example


Text Example

White with #895FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895FDE; }

 p { color: rgb(137,95,222); }

 H1.HeaderClassName
 {
   color: #895FDE;
 }
 .AnyTagClassName
 {
   color: #895FDE;
 }
</style>

background-color css

<style>
 a { background-color: #895FDE; }

 a { background-color: rgb(137,95,222); }

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

border-color css

<style>
 span { border-color: #895FDE; }

 span { border-color: rgb(137,95,222); }

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