Html Css Color HEX #896BDE Medium Purple

📋 copy color: '#896BDE'

red 137 ◦ green 107 ◦ blue 222

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

Shades of Medium Purple #896BDE

Tints of Medium Purple #896BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.96%

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

R = 29.4%
G = 22.96%
B = 47.64%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#896BDE (or 0x896BDE) is known color: Medium Purple. HEX triplet: 89, 6B and DE. RGB value is (137,107,222). Sum of RGB (Red+Green+Blue) = 137+107+222=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #896BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896BDE is #769421. Grayscale: #808080. Windows color (decimal): -7771170 or 14576521. OLE color: 14576521.

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

Color convert

RGB 137 107 222 -
CMYK 0.38 0.52 0 0.13
HSL 255.65º 0.64% 0.65% -
HSV(B) 255.65º 0.52% 0.87% -
XYZ 28.76 21.11 71.67 -
YUV 129.08 180.44 133.65 -
System Red Green Blue C M Y K H S L
Decimal 137 107 222 0.38 0.52 0 0.13 255.65 0.64 0.65
Hex 89 6B DE 26 34 0 D 100 40 41
Octal 211 153 336 46 64 0 15 400 100 101
Binary 10001001 1101011 11011110 100110 110100 0 1101 100000000 1000000 1000001

Color Harmonies of #896BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896BDE

Black with #896BDE

Text Example


Text Example

White with #896BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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