Html Css Color HEX #895CDE Medium Purple

📋 copy color: '#895CDE'

red 137 ◦ green 92 ◦ blue 222

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

Shades of Medium Purple #895CDE

Tints of Medium Purple #895CDE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.4%

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

R = 30.38%
G = 20.4%
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

#895CDE (or 0x895CDE) is known color: Medium Purple. HEX triplet: 89, 5C and DE. RGB value is (137,92,222). Sum of RGB (Red+Green+Blue) = 137+92+222=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #895CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895CDE is #76A321. Grayscale: #777777. Windows color (decimal): -7775010 or 14572681. OLE color: 14572681.

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

Color convert

RGB 137 92 222 -
CMYK 0.38 0.59 0 0.13
HSL 260.77º 0.66% 0.62% -
HSV(B) 260.77º 0.59% 0.87% -
XYZ 27.33 18.25 71.19 -
YUV 120.28 185.41 139.93 -
System Red Green Blue C M Y K H S L
Decimal 137 92 222 0.38 0.59 0 0.13 260.77 0.66 0.62
Hex 89 5C DE 26 3B 0 D 105 42 3E
Octal 211 134 336 46 73 0 15 405 102 76
Binary 10001001 1011100 11011110 100110 111011 0 1101 100000101 1000010 111110

Color Harmonies of #895CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895CDE

Black with #895CDE

Text Example


Text Example

White with #895CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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