Html Css Color HEX #895BDD Medium Purple

📋 copy color: '#895BDD'

red 137 ◦ green 91 ◦ blue 221

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

Shades of Medium Purple #895BDD

Tints of Medium Purple #895BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.27%

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

R = 30.51%
G = 20.27%
B = 49.22%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#895BDD (or 0x895BDD) is known color: Medium Purple. HEX triplet: 89, 5B and DD. RGB value is (137,91,221). Sum of RGB (Red+Green+Blue) = 137+91+221=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #895BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895BDD is #76A422. Grayscale: #777777. Windows color (decimal): -7775267 or 14506889. OLE color: 14506889.

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

Color convert

RGB 137 91 221 -
CMYK 0.38 0.59 0 0.13
HSL 261.23º 0.66% 0.61% -
HSV(B) 261.23º 0.59% 0.87% -
XYZ 27.11 18.02 70.46 -
YUV 119.57 185.24 140.43 -
System Red Green Blue C M Y K H S L
Decimal 137 91 221 0.38 0.59 0 0.13 261.23 0.66 0.61
Hex 89 5B DD 26 3B 0 D 105 42 3D
Octal 211 133 335 46 73 0 15 405 102 75
Binary 10001001 1011011 11011101 100110 111011 0 1101 100000101 1000010 111101

Color Harmonies of #895BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895BDD

Black with #895BDD

Text Example


Text Example

White with #895BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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