Html Css Color HEX #896CDE Medium Purple

📋 copy color: '#896CDE'

red 137 ◦ green 108 ◦ blue 222

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

Shades of Medium Purple #896CDE

Tints of Medium Purple #896CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.13%

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

R = 29.34%
G = 23.13%
B = 47.54%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#896CDE (or 0x896CDE) is known color: Medium Purple. HEX triplet: 89, 6C and DE. RGB value is (137,108,222). Sum of RGB (Red+Green+Blue) = 137+108+222=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #896CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CDE is #769321. Grayscale: #818181. Windows color (decimal): -7770914 or 14576777. OLE color: 14576777.

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

Color convert

RGB 137 108 222 -
CMYK 0.38 0.51 0 0.13
HSL 255.26º 0.63% 0.65% -
HSV(B) 255.26º 0.51% 0.87% -
XYZ 28.86 21.32 71.7 -
YUV 129.67 180.11 133.23 -
System Red Green Blue C M Y K H S L
Decimal 137 108 222 0.38 0.51 0 0.13 255.26 0.63 0.65
Hex 89 6C DE 26 33 0 D FF 3F 41
Octal 211 154 336 46 63 0 15 377 77 101
Binary 10001001 1101100 11011110 100110 110011 0 1101 11111111 111111 1000001

Color Harmonies of #896CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896CDE

Black with #896CDE

Text Example


Text Example

White with #896CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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