Html Css Color HEX #895DDB Medium Purple

📋 copy color: '#895DDB'

red 137 ◦ green 93 ◦ blue 219

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

Shades of Medium Purple #895DDB

Tints of Medium Purple #895DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 30.51%
G = 20.71%
B = 48.78%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#895DDB (or 0x895DDB) is known color: Medium Purple. HEX triplet: 89, 5D and DB. RGB value is (137,93,219). Sum of RGB (Red+Green+Blue) = 137+93+219=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #895DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895DDB is #76A224. Grayscale: #787878. Windows color (decimal): -7774757 or 14376329. OLE color: 14376329.

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

Color convert

RGB 137 93 219 -
CMYK 0.37 0.58 0 0.14
HSL 260.95º 0.64% 0.61% -
HSV(B) 260.95º 0.58% 0.86% -
XYZ 27.02 18.26 69.12 -
YUV 120.52 183.58 139.75 -
System Red Green Blue C M Y K H S L
Decimal 137 93 219 0.37 0.58 0 0.14 260.95 0.64 0.61
Hex 89 5D DB 25 3A 0 E 105 40 3D
Octal 211 135 333 45 72 0 16 405 100 75
Binary 10001001 1011101 11011011 100101 111010 0 1110 100000101 1000000 111101

Color Harmonies of #895DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895DDB

Black with #895DDB

Text Example


Text Example

White with #895DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,93,219); }

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

background-color css

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

 a { background-color: rgb(137,93,219); }

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

border-color css

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

 span { border-color: rgb(137,93,219); }

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