Html Css Color HEX #896CE1 Medium Purple

📋 copy color: '#896CE1'

red 137 ◦ green 108 ◦ blue 225

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

Shades of Medium Purple #896CE1

Tints of Medium Purple #896CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.87%

R = 29.15%
G = 22.98%
B = 47.87%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#896CE1 (or 0x896CE1) is known color: Medium Purple. HEX triplet: 89, 6C and E1. RGB value is (137,108,225). Sum of RGB (Red+Green+Blue) = 137+108+225=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #896CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CE1 is #76931E. Grayscale: #818181. Windows color (decimal): -7770911 or 14773385. OLE color: 14773385.

HSL color Cylindrical-coordinate representation of color #896CE1: hue angle of 254.87º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #896CE1 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 108 225 -
CMYK 0.39 0.52 0 0.12
HSL 254.87º 0.66% 0.65% -
HSV(B) 254.87º 0.52% 0.88% -
XYZ 29.27 21.48 73.84 -
YUV 130.01 181.61 132.99 -
System Red Green Blue C M Y K H S L
Decimal 137 108 225 0.39 0.52 0 0.12 254.87 0.66 0.65
Hex 89 6C E1 27 34 0 C FF 42 41
Octal 211 154 341 47 64 0 14 377 102 101
Binary 10001001 1101100 11100001 100111 110100 0 1100 11111111 1000010 1000001

Color Harmonies of #896CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896CE1

Black with #896CE1

Text Example


Text Example

White with #896CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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