Html Css Color HEX #896FDA Medium Purple

📋 copy color: '#896FDA'

red 137 ◦ green 111 ◦ blue 218

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

Shades of Medium Purple #896FDA

Tints of Medium Purple #896FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.82%

 BLUE value IS 218 (85.55% from 255) = 46.78%

R = 29.4%
G = 23.82%
B = 46.78%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#896FDA (or 0x896FDA) is known color: Medium Purple. HEX triplet: 89, 6F and DA. RGB value is (137,111,218). Sum of RGB (Red+Green+Blue) = 137+111+218=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #896FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896FDA is #769025. Grayscale: #828282. Windows color (decimal): -7770150 or 14315401. OLE color: 14315401.

HSL color Cylindrical-coordinate representation of color #896FDA: hue angle of 254.58º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #896FDA is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 111 218 -
CMYK 0.37 0.49 0 0.15
HSL 254.58º 0.59% 0.65% -
HSV(B) 254.58º 0.49% 0.85% -
XYZ 28.66 21.75 69.02 -
YUV 130.97 177.11 132.3 -
System Red Green Blue C M Y K H S L
Decimal 137 111 218 0.37 0.49 0 0.15 254.58 0.59 0.65
Hex 89 6F DA 25 31 0 F FF 3B 41
Octal 211 157 332 45 61 0 17 377 73 101
Binary 10001001 1101111 11011010 100101 110001 0 1111 11111111 111011 1000001

Color Harmonies of #896FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FDA

Black with #896FDA

Text Example


Text Example

White with #896FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,111,218); }

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

background-color css

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

 a { background-color: rgb(137,111,218); }

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

border-color css

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

 span { border-color: rgb(137,111,218); }

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