Html Css Color HEX #895DDD Medium Purple

📋 copy color: '#895DDD'

red 137 ◦ green 93 ◦ blue 221

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

Shades of Medium Purple #895DDD

Tints of Medium Purple #895DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49%

R = 30.38%
G = 20.62%
B = 49%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#895DDD (or 0x895DDD) is known color: Medium Purple. HEX triplet: 89, 5D and DD. RGB value is (137,93,221). Sum of RGB (Red+Green+Blue) = 137+93+221=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #895DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895DDD is #76A222. Grayscale: #787878. Windows color (decimal): -7774755 or 14507401. OLE color: 14507401.

HSL color Cylindrical-coordinate representation of color #895DDD: hue angle of 260.62º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #895DDD is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 93 221 -
CMYK 0.38 0.58 0 0.13
HSL 260.63º 0.65% 0.62% -
HSV(B) 260.63º 0.58% 0.87% -
XYZ 27.28 18.37 70.51 -
YUV 120.75 184.58 139.59 -
System Red Green Blue C M Y K H S L
Decimal 137 93 221 0.38 0.58 0 0.13 260.63 0.65 0.62
Hex 89 5D DD 26 3A 0 D 105 41 3E
Octal 211 135 335 46 72 0 15 405 101 76
Binary 10001001 1011101 11011101 100110 111010 0 1101 100000101 1000001 111110

Color Harmonies of #895DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895DDD

Black with #895DDD

Text Example


Text Example

White with #895DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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