Html Css Color HEX #895FDC Medium Purple

📋 copy color: '#895FDC'

red 137 ◦ green 95 ◦ blue 220

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

Shades of Medium Purple #895FDC

Tints of Medium Purple #895FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 30.31%
G = 21.02%
B = 48.67%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#895FDC (or 0x895FDC) is known color: Medium Purple. HEX triplet: 89, 5F and DC. RGB value is (137,95,220). Sum of RGB (Red+Green+Blue) = 137+95+220=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #895FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FDC is #76A023. Grayscale: #797979. Windows color (decimal): -7774244 or 14442377. OLE color: 14442377.

HSL color Cylindrical-coordinate representation of color #895FDC: hue angle of 260.16º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #895FDC is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 95 220 -
CMYK 0.38 0.57 0 0.14
HSL 260.16º 0.64% 0.62% -
HSV(B) 260.16º 0.57% 0.86% -
XYZ 27.33 18.67 69.87 -
YUV 121.81 183.41 138.84 -
System Red Green Blue C M Y K H S L
Decimal 137 95 220 0.38 0.57 0 0.14 260.16 0.64 0.62
Hex 89 5F DC 26 39 0 E 104 40 3E
Octal 211 137 334 46 71 0 16 404 100 76
Binary 10001001 1011111 11011100 100110 111001 0 1110 100000100 1000000 111110

Color Harmonies of #895FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895FDC

Black with #895FDC

Text Example


Text Example

White with #895FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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