Html Css Color HEX #895CD8 Medium Purple

📋 copy color: '#895CD8'

red 137 ◦ green 92 ◦ blue 216

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

Shades of Medium Purple #895CD8

Tints of Medium Purple #895CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.54%

R = 30.79%
G = 20.67%
B = 48.54%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#895CD8 (or 0x895CD8) is known color: Medium Purple. HEX triplet: 89, 5C and D8. RGB value is (137,92,216). Sum of RGB (Red+Green+Blue) = 137+92+216=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 216 (84.77% from 255 or 48.54% from 445); Max value from RGB is 216 - color contains mainly: blue. Hex color #895CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895CD8 is #76A327. Grayscale: #777777. Windows color (decimal): -7775016 or 14179465. OLE color: 14179465.

HSL color Cylindrical-coordinate representation of color #895CD8: hue angle of 261.77º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #895CD8 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 92 216 -
CMYK 0.37 0.57 0 0.15
HSL 261.77º 0.61% 0.6% -
HSV(B) 261.77º 0.57% 0.85% -
XYZ 26.54 17.93 67.03 -
YUV 119.59 182.41 140.42 -
System Red Green Blue C M Y K H S L
Decimal 137 92 216 0.37 0.57 0 0.15 261.77 0.61 0.6
Hex 89 5C D8 25 39 0 F 106 3D 3C
Octal 211 134 330 45 71 0 17 406 75 74
Binary 10001001 1011100 11011000 100101 111001 0 1111 100000110 111101 111100

Color Harmonies of #895CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895CD8

Black with #895CD8

Text Example


Text Example

White with #895CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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