Html Css Color HEX #896ABE True V

📋 copy color: '#896ABE'

red 137 ◦ green 106 ◦ blue 190

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

Shades of True V #896ABE

Tints of True V #896ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.48%

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 31.64%
G = 24.48%
B = 43.88%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#896ABE (or 0x896ABE) is known color: True V. HEX triplet: 89, 6A and BE. RGB value is (137,106,190). Sum of RGB (Red+Green+Blue) = 137+106+190=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #896ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896ABE is #769541. Grayscale: #7C7C7C. Windows color (decimal): -7771458 or 12479113. OLE color: 12479113.

HSL color Cylindrical-coordinate representation of color #896ABE: hue angle of 262.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #896ABE is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 106 190 -
CMYK 0.28 0.44 0 0.25
HSL 262.14º 0.39% 0.58% -
HSV(B) 262.14º 0.44% 0.75% -
XYZ 24.76 19.34 51.14 -
YUV 124.85 164.77 136.67 -
System Red Green Blue C M Y K H S L
Decimal 137 106 190 0.28 0.44 0 0.25 262.14 0.39 0.58
Hex 89 6A BE 1C 2C 0 19 106 27 3A
Octal 211 152 276 34 54 0 31 406 47 72
Binary 10001001 1101010 10111110 11100 101100 0 11001 100000110 100111 111010

Color Harmonies of #896ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896ABE

Black with #896ABE

Text Example


Text Example

White with #896ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,106,190); }

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

background-color css

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

 a { background-color: rgb(137,106,190); }

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

border-color css

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

 span { border-color: rgb(137,106,190); }

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