Html Css Color HEX #896FDD Medium Purple

📋 copy color: '#896FDD'

red 137 ◦ green 111 ◦ blue 221

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

Shades of Medium Purple #896FDD

Tints of Medium Purple #896FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 29.21%
G = 23.67%
B = 47.12%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#896FDD (or 0x896FDD) is known color: Medium Purple. HEX triplet: 89, 6F and DD. RGB value is (137,111,221). Sum of RGB (Red+Green+Blue) = 137+111+221=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #896FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896FDD is #769022. Grayscale: #828282. Windows color (decimal): -7770147 or 14512009. OLE color: 14512009.

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

Color convert

RGB 137 111 221 -
CMYK 0.38 0.50 0 0.13
HSL 254.18º 0.62% 0.65% -
HSV(B) 254.18º 0.5% 0.87% -
XYZ 29.05 21.91 71.1 -
YUV 131.31 178.61 132.06 -
System Red Green Blue C M Y K H S L
Decimal 137 111 221 0.38 0.50 0 0.13 254.18 0.62 0.65
Hex 89 6F DD 26 32 0 D FE 3E 41
Octal 211 157 335 46 62 0 15 376 76 101
Binary 10001001 1101111 11011101 100110 110010 0 1101 11111110 111110 1000001

Color Harmonies of #896FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FDD

Black with #896FDD

Text Example


Text Example

White with #896FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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