Html Css Color HEX #896FB9 True V

📋 copy color: '#896FB9'

red 137 ◦ green 111 ◦ blue 185

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

Shades of True V #896FB9

Tints of True V #896FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.73%

R = 31.64%
G = 25.64%
B = 42.73%

CMYK

 C value IS 0.26

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#896FB9 (or 0x896FB9) is known color: True V. HEX triplet: 89, 6F and B9. RGB value is (137,111,185). Sum of RGB (Red+Green+Blue) = 137+111+185=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 185 - color contains mainly: blue. Hex color #896FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896FB9 is #769046. Grayscale: #7E7E7E. Windows color (decimal): -7770183 or 12152713. OLE color: 12152713.

HSL color Cylindrical-coordinate representation of color #896FB9: hue angle of 261.08º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #896FB9 is Cyan = 0.26, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 111 185 -
CMYK 0.26 0.4 0 0.27
HSL 261.08º 0.35% 0.58% -
HSV(B) 261.08º 0.4% 0.73% -
XYZ 24.76 20.19 48.49 -
YUV 127.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 137 111 185 0.26 0.4 0 0.27 261.08 0.35 0.58
Hex 89 6F B9 1A 28 0 1B 105 23 3A
Octal 211 157 271 32 50 0 33 405 43 72
Binary 10001001 1101111 10111001 11010 101000 0 11011 100000101 100011 111010

Color Harmonies of #896FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FB9

Black with #896FB9

Text Example


Text Example

White with #896FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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