Html Css Color HEX #896BC1 True V

📋 copy color: '#896BC1'

red 137 ◦ green 107 ◦ blue 193

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

Shades of True V #896BC1

Tints of True V #896BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.16%

R = 31.35%
G = 24.49%
B = 44.16%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#896BC1 (or 0x896BC1) is known color: True V. HEX triplet: 89, 6B and C1. RGB value is (137,107,193). Sum of RGB (Red+Green+Blue) = 137+107+193=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #896BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896BC1 is #76943E. Grayscale: #7D7D7D. Windows color (decimal): -7771199 or 12675977. OLE color: 12675977.

HSL color Cylindrical-coordinate representation of color #896BC1: hue angle of 260.93º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #896BC1 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 107 193 -
CMYK 0.29 0.45 0 0.24
HSL 260.93º 0.41% 0.59% -
HSV(B) 260.93º 0.45% 0.76% -
XYZ 25.2 19.68 52.92 -
YUV 125.77 165.94 136.01 -
System Red Green Blue C M Y K H S L
Decimal 137 107 193 0.29 0.45 0 0.24 260.93 0.41 0.59
Hex 89 6B C1 1D 2D 0 18 105 29 3B
Octal 211 153 301 35 55 0 30 405 51 73
Binary 10001001 1101011 11000001 11101 101101 0 11000 100000101 101001 111011

Color Harmonies of #896BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896BC1

Black with #896BC1

Text Example


Text Example

White with #896BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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